com.conradroche.matra.test.data
Class DTDDataTest
java.lang.Object
|
+--junit.framework.Assert
|
+--junit.framework.TestCase
|
+--com.conradroche.matra.test.data.DataTest
|
+--com.conradroche.matra.test.data.ParseableDataTest
|
+--com.conradroche.matra.test.data.DTDDataTest
- All Implemented Interfaces:
- Test
- public class DTDDataTest
- extends ParseableDataTest
JUnit test to test the functionality of
the class DTDData.
- Author:
- Conrad Roche
Methods inherited from class com.conradroche.matra.test.data.DataTest |
testCheckNextChar, testDataData, testEmptyData, testEndOfData, testGetColumn, testGetCurrentPosition, testGetNextChar, testGetPrevChar, testGetRemaining, testGetRow, testLength, testLookNextChar, testNullData, testPeekAhead, testReset, testRewind, testToString |
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 |
DTDDataTest
public DTDDataTest(String arg0)
- Constructor for DTDDataTest.
- Parameters:
arg0
-
suite
public static Test suite()
- Returns a test suite with DTDDataTest.
- Returns:
-
- See Also:
DataTest.suite()
testReadConditionalSect
public void testReadConditionalSect()
- Test the DTDData::readConditionalSect() method
testGetNextNmToken
public void testGetNextNmToken()
- Test the DTDData::getNextNmToken() method
testGetNextNmTokens
public void testGetNextNmTokens()
- Test the DTDData::getNextNmTokens() method
testGetNextName
public void testGetNextName()
- Test the DTDData::getNextName() method
testGetNextNames
public void testGetNextNames()
- Test the DTDData::getNextNames() method