com.hp.hpl.jena.extras.tools.notations.test
Class TestLexing
java.lang.Object
com.hp.hpl.jena.extras.tools.notations.test.TestLexing
public class TestLexing
- extends java.lang.Object
- Author:
- hedgehog
TODO To change the template for this generated type comment go to Window -
Preferences - Java - Code Style - Code Templates
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestLexing
public TestLexing()
testLexNone
public void testLexNone()
testLexSpaces
public void testLexSpaces()
testLexSingleItem
public void testLexSingleItem()
testAdvanceOnce
public void testAdvanceOnce()
testTwoTokens
public void testTwoTokens()
testLBoxToken
public void testLBoxToken()
testRBoxToken
public void testRBoxToken()
testBoxesTokenSequence
public void testBoxesTokenSequence()
testBracketsTokenSequence
public void testBracketsTokenSequence()
testComma
public void testComma()
testBraces
public void testBraces()
testIdentifierToken
public void testIdentifierToken()
testQuasiQnames
public void testQuasiQnames()
testDigitTokens
public void testDigitTokens()
testNumbericTokens
public void testNumbericTokens()
testNumbericTokensWithUnderbars
public void testNumbericTokensWithUnderbars()
testSigns
public void testSigns()
testString
public void testString()
testStringsWithExtras
public void testStringsWithExtras()
testTokenSequence
protected void testTokenSequence(java.lang.String toLex,
java.lang.String tokens)
testAtEnd
protected void testAtEnd(Lexer L)
testAtToken
protected void testAtToken(Lexer L,
char type,
java.lang.String content)
assertEq
protected void assertEq(java.lang.String want,
java.lang.String got)