edu.rice.cs.util
Class BalancingStreamTokenizerTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
edu.rice.cs.util.BalancingStreamTokenizerTest
- All Implemented Interfaces:
- Test
public class BalancingStreamTokenizerTest
- extends TestCase
Tests for a class to tokenize a stream while balancing quoting characters.
- Version:
- $Id: BalancingStreamTokenizerTest.java 5439 2011-08-11 17:13:04Z rcartwright $
- Author:
- Mathias Ricken
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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, failNotEquals, failNotSame, failSame, format |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BalancingStreamTokenizerTest
public BalancingStreamTokenizerTest()
make
BalancingStreamTokenizer make(java.lang.String s)
make
BalancingStreamTokenizer make(java.lang.String s,
java.lang.Character c)
testCopyConstructor
public void testCopyConstructor()
throws java.io.IOException
- Throws:
java.io.IOException
testSimple
public void testSimple()
throws java.io.IOException
- Throws:
java.io.IOException
testQuoted
public void testQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testNestedQuoted
public void testNestedQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testQuotedNW
public void testQuotedNW()
throws java.io.IOException
- Throws:
java.io.IOException
testNestedQuotedNW
public void testNestedQuotedNW()
throws java.io.IOException
- Throws:
java.io.IOException
testThreeQuoteSetup
public void testThreeQuoteSetup()
throws java.io.IOException
- Throws:
java.io.IOException
testTwoQuoteCurlySetup
public void testTwoQuoteCurlySetup()
throws java.io.IOException
- Throws:
java.io.IOException
testThreeQuoteCurlySetup
public void testThreeQuoteCurlySetup()
throws java.io.IOException
- Throws:
java.io.IOException
testDollarQuoted
public void testDollarQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testWordRange
public void testWordRange()
throws java.io.IOException
- Throws:
java.io.IOException
testWordRangeKeywordsQuotes
public void testWordRangeKeywordsQuotes()
throws java.io.IOException
- Throws:
java.io.IOException
testWhitespaceKeywordsQuotes
public void testWhitespaceKeywordsQuotes()
throws java.io.IOException
- Throws:
java.io.IOException
testWordCharKeyword
public void testWordCharKeyword()
throws java.io.IOException
- Throws:
java.io.IOException
testWhitespaceKeyword
public void testWhitespaceKeyword()
throws java.io.IOException
- Throws:
java.io.IOException
testFindMatchKeywords
public void testFindMatchKeywords()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeWhitespaceRange
public void testEscapeWhitespaceRange()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeWhitespace
public void testEscapeWhitespace()
throws java.io.IOException
- Throws:
java.io.IOException
testNonMatchingQuotes
public void testNonMatchingQuotes()
throws java.io.IOException
- Throws:
java.io.IOException
testDollarNestedQuoted
public void testDollarNestedQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testDollarNestedQuotedKeywords
public void testDollarNestedQuotedKeywords()
throws java.io.IOException
- Throws:
java.io.IOException
testDollarNestedQuotedKeywordsWSSignificant
public void testDollarNestedQuotedKeywordsWSSignificant()
throws java.io.IOException
- Throws:
java.io.IOException
testAddKeywordWhitespace
public void testAddKeywordWhitespace()
testAddKeywordQuotes
public void testAddKeywordQuotes()
testWhitespaceFunction
public void testWhitespaceFunction()
throws java.io.IOException
- Throws:
java.io.IOException
testWordCharsFunction
public void testWordCharsFunction()
throws java.io.IOException
- Throws:
java.io.IOException
testAddQuotesWhitespace
public void testAddQuotesWhitespace()
testAddQuotesRepeat
public void testAddQuotesRepeat()
testAddNewQuotes
public void testAddNewQuotes()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeSimple
public void testEscapeSimple()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeSimple2
public void testEscapeSimple2()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeSimple3
public void testEscapeSimple3()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeSimple4
public void testEscapeSimple4()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeAtFrontBeforeWS
public void testEscapeAtFrontBeforeWS()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeAtFrontBeforeQuote
public void testEscapeAtFrontBeforeQuote()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeAtFrontBeforeKeyword
public void testEscapeAtFrontBeforeKeyword()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeAtFrontBeforeNormal
public void testEscapeAtFrontBeforeNormal()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeQuoted
public void testEscapeQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeNestedQuoted
public void testEscapeNestedQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeQuotedNW
public void testEscapeQuotedNW()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeNestedQuotedNW
public void testEscapeNestedQuotedNW()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeDollarQuoted
public void testEscapeDollarQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeDollarNestedQuoted
public void testEscapeDollarNestedQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeDollarNestedQuotedKeywords
public void testEscapeDollarNestedQuotedKeywords()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeDollarNestedQuotedKeywordsWithEscapeWSSignificant
public void testEscapeDollarNestedQuotedKeywordsWithEscapeWSSignificant()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeDollarNestedQuotedKeywordsWithEscapeWSSignificant2
public void testEscapeDollarNestedQuotedKeywordsWithEscapeWSSignificant2()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapeDollarNestedQuotedKeywordsWSSignificant
public void testEscapeDollarNestedQuotedKeywordsWSSignificant()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeSimple
public void testEscapePipeSimple()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeSimple2
public void testEscapePipeSimple2()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeSimple3
public void testEscapePipeSimple3()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeSimple4
public void testEscapePipeSimple4()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeQuoted
public void testEscapePipeQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeNestedQuoted
public void testEscapePipeNestedQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeQuotedNW
public void testEscapePipeQuotedNW()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeNestedQuotedNW
public void testEscapePipeNestedQuotedNW()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeDollarQuoted
public void testEscapePipeDollarQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeDollarNestedQuoted
public void testEscapePipeDollarNestedQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeDollarNestedQuotedKeywords
public void testEscapePipeDollarNestedQuotedKeywords()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeDollarNestedQuotedKeywordsWithEscapeWSSignificant
public void testEscapePipeDollarNestedQuotedKeywordsWithEscapeWSSignificant()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeDollarNestedQuotedKeywordsWithEscapeWSSignificant2
public void testEscapePipeDollarNestedQuotedKeywordsWithEscapeWSSignificant2()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeDollarNestedQuotedKeywordsWithEscape2WSSignificant
public void testEscapePipeDollarNestedQuotedKeywordsWithEscape2WSSignificant()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeDollarNestedQuotedKeywordsWithEscape2WSSignificant2
public void testEscapePipeDollarNestedQuotedKeywordsWithEscape2WSSignificant2()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapePipeDollarNestedQuotedKeywordsWSSignificant
public void testEscapePipeDollarNestedQuotedKeywordsWSSignificant()
throws java.io.IOException
- Throws:
java.io.IOException
testDollarEscapeQuoted
public void testDollarEscapeQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testQuoteEscapeQuoted
public void testQuoteEscapeQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testDollarEscapedQuoted
public void testDollarEscapedQuoted()
throws java.io.IOException
- Throws:
java.io.IOException
testDollarEscapedQuoted2
public void testDollarEscapedQuoted2()
throws java.io.IOException
- Throws:
java.io.IOException
testEscapedQuoted
public void testEscapedQuoted()
throws java.io.IOException
- Throws:
java.io.IOException