public class DictionaryEntryLineParserTest
extends java.lang.Object
Constructor and Description |
---|
DictionaryEntryLineParserTest() |
Modifier and Type | Method and Description |
---|---|
void |
testCSharp() |
void |
testEmptyQuotedQuotes() |
void |
testEscapeRoundTrip() |
void |
testFrancoisWhiteBuffaloBota() |
void |
testParseInputString() |
void |
testParseInputStringWithQuotes() |
void |
testQuotedQuotes() |
void |
testQuoteEscape() |
void |
testQuotes() |
void |
testSingleQuote() |
void |
testTab() |
void |
testTrivial() |
void |
testUnescape() |
void |
testUnmatchedQuote() |
public void testTrivial()
public void testQuotes()
public void testQuotedQuotes()
public void testEmptyQuotedQuotes()
public void testCSharp()
public void testTab()
public void testFrancoisWhiteBuffaloBota()
public void testSingleQuote()
public void testUnmatchedQuote()
public void testEscapeRoundTrip()
public void testUnescape()
public void testParseInputString() throws java.lang.Exception
java.lang.Exception
public void testParseInputStringWithQuotes() throws java.lang.Exception
java.lang.Exception
public void testQuoteEscape() throws java.lang.Exception
java.lang.Exception