|
Matra DTD Parser 0.8b | |||||||||
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.parser.NotationReaderImplTest
Class to unit test the NotationReaderImpl class.
Constructor Summary | |
NotationReaderImplTest(String arg0)
Constructor for NotationReaderImplTest. |
Method Summary | |
void |
testEmptyData()
CR: JavaDoc: Add javadoc for NotationReaderImplTest::testEmptyNotation |
void |
testInvalidIdentifier()
CR: JavaDoc: Add javadoc for NotationReaderImplTest::testInvalidIdentifier |
void |
testInvalidName()
CR: JavaDoc: Add javadoc for NotationReaderImplTest::testInvalidName |
void |
testNonNotation()
CR: JavaDoc: Add javadoc for NotationReaderImplTest::testNonNotation |
void |
testNullData()
|
void |
testPubIdentifier()
CR: JavaDoc: Add javadoc for NotationReaderImplTest::testPubIdentifier |
void |
testPubIdentifierWithQuotes()
CR: JavaDoc: Add javadoc for NotationReaderImplTest::testPubIdentifierWithQuotes |
void |
testPubIdentifierWithSpaces()
CR: JavaDoc: Add javadoc for NotationReaderImplTest::testPubIdentifierWithSpaces |
void |
testPubSysIdentifier()
CR: JavaDoc: Add javadoc for NotationReaderImplTest::testPubSysIdentifier |
void |
testSysIdentifier()
CR: JavaDoc: Add javadoc for NotationReaderImplTest::testSysIdentifier |
void |
testSysIdentifierWithQuotes()
CR: JavaDoc: Add javadoc for NotationReaderImplTest::testSysIdentifierWithQuotes |
void |
testSysIdentifierWithSpaces()
CR: JavaDoc: Add javadoc for NotationReaderImplTest::testSysIdentifierWithSpaces |
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 NotationReaderImplTest(String arg0)
arg0
- Method Detail |
public void testNullData()
public void testEmptyData()
public void testNonNotation()
public void testInvalidName()
public void testInvalidIdentifier()
public void testSysIdentifier()
public void testSysIdentifierWithSpaces()
public void testSysIdentifierWithQuotes()
public void testPubIdentifier()
public void testPubIdentifierWithSpaces()
public void testPubIdentifierWithQuotes()
public void testPubSysIdentifier()
|
Matra DTD Parser 0.8b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |