|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
JUnit test to test the functionality of the class DTDData.
Constructor Summary | |
DTDDataTest(java.lang.String arg0)
Constructor for DTDDataTest. |
Method Summary | |
static junit.framework.Test |
suite()
CR: JavaDoc: Add javadoc for DTDDataTest::suite |
void |
testGetNextName()
Test the DTDData::getNextName() method |
void |
testGetNextNames()
Test the DTDData::getNextNames() method |
void |
testGetNextNmToken()
Test the DTDData::getNextNmToken() method |
void |
testGetNextNmTokens()
Test the DTDData::getNextNmTokens() method |
void |
testReadConditionalSect()
Test the DTDData::readConditionalSect() method |
Methods inherited from class com.conradroche.matra.test.data.ParseableDataTest |
testGetNextToken, testGetNextTokenchar, testGetNextTokencharArray, testSkipCharscharArray, testSkipCharsint, testSkipWhiteSpace |
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.TestCase |
countTestCases, getName, run, run, runBare, setName, 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DTDDataTest(java.lang.String arg0)
arg0
- Method Detail |
public static junit.framework.Test suite()
DataTest.suite()
public void testReadConditionalSect()
public void testGetNextNmToken()
public void testGetNextNmTokens()
public void testGetNextName()
public void testGetNextNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |