java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.jdaemon.util.formats.TestFormats
- All Implemented Interfaces:
- junit.framework.Test
- public class TestFormats
- extends junit.framework.TestCase
| Fields inherited from class junit.framework.TestCase |
|
| 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 |
TestFormats
public TestFormats(java.lang.String name)
- Creates a new instance of TestFormats
doTest
public void doTest(java.text.Format format,
java.lang.String test)
throws java.text.ParseException
doTestMultiple
public void doTestMultiple(java.text.Format format,
java.lang.StringBuffer buffer,
java.lang.String test)
throws java.text.ParseException
testSimpleQuotedFormat
public void testSimpleQuotedFormat()
throws java.text.ParseException
testQuotedFormatWithEmbeddedQuote
public void testQuotedFormatWithEmbeddedQuote()
throws java.text.ParseException
testQuotedFormatWithAdditionalEscape
public void testQuotedFormatWithAdditionalEscape()
throws java.text.ParseException
testSubstitution
public void testSubstitution()
throws java.text.ParseException
testXMLFormat
public void testXMLFormat()
throws java.text.ParseException
testMultipleQuoted
public void testMultipleQuoted()
throws java.text.ParseException
suite
public static junit.framework.Test suite()
main
public static void main(java.lang.String[] args)