com.jrefinery.report.ext.junit.base.basic.content
Class TextContentTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.jrefinery.report.ext.junit.base.basic.content.TextContentTest
All Implemented Interfaces:
junit.framework.Test

public class TextContentTest
extends junit.framework.TestCase


Constructor Summary
TextContentTest()
           
TextContentTest(java.lang.String s)
           
 
Method Summary
static void test1a()
           
 void testInvisibleContent()
           
 void testLeadingWhiteSpaces()
           
static void testLineBreaking1()
           
 void testLineBreaking2()
           
static void testLineBreaking3()
           
 void testNullContent()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextContentTest

public TextContentTest()

TextContentTest

public TextContentTest(java.lang.String s)
Method Detail

testNullContent

public void testNullContent()
                     throws java.lang.Exception
java.lang.Exception

testInvisibleContent

public void testInvisibleContent()
                          throws java.lang.Exception
java.lang.Exception

testLeadingWhiteSpaces

public void testLeadingWhiteSpaces()
                            throws java.lang.Exception
java.lang.Exception

test1a

public static void test1a()

testLineBreaking1

public static void testLineBreaking1()

testLineBreaking3

public static void testLineBreaking3()
                              throws java.lang.Exception
java.lang.Exception

testLineBreaking2

public void testLineBreaking2()