Matra DTD Parser 0.8b

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

Constructor Summary
DTDDataTest(String arg0)
          Constructor for DTDDataTest.
 
Method Summary
static Test suite()
          Returns a test suite with DTDDataTest.
 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

DTDDataTest

public DTDDataTest(String arg0)
Constructor for DTDDataTest.
Parameters:
arg0 -  
Method Detail

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

Matra DTD Parser 0.8b