public class JSONTokenerTest
extends TestCase
Constructor and Description |
---|
JSONTokenerTest() |
public void testNulls() throws JSONException
JSONException
public void testEmptyString() throws JSONException
JSONException
public void testCharacterNavigation() throws JSONException
JSONException
public void testBackNextAndMore() throws JSONException
JSONException
public void testNextMatching() throws JSONException
JSONException
public void testNextN() throws JSONException
JSONException
public void testNextNWithAllRemaining() throws JSONException
JSONException
public void testNext0() throws JSONException
JSONException
public void testNextCleanComments() throws JSONException
JSONException
public void testNextCleanNestedCStyleComments() throws JSONException
JSONException
public void testNextCleanHashComments() throws JSONException
JSONException
public void testNextCleanCommentsTrailingSingleSlash() throws JSONException
JSONException
public void testNextCleanTrailingOpenComment() throws JSONException
JSONException
public void testNextCleanNewlineDelimiters() throws JSONException
JSONException
public void testNextCleanSkippedWhitespace() throws JSONException
JSONException
public void testNextCleanRetainedWhitespace() throws JSONException
JSONException
public void testNextString() throws JSONException
JSONException
public void testNextStringNoDelimiter() throws JSONException
JSONException
public void testNextStringEscapedQuote() throws JSONException
JSONException
public void testNextStringUnicodeEscaped() throws JSONException
JSONException
public void testNextStringNonQuote() throws JSONException
JSONException
public void testNextTo() throws JSONException
JSONException
public void testNextToTrimming()
public void testNextToTrailing()
public void testNextToDoesntStopOnNull()
public void testNextToConsumesNull()
public void testSkipPast()
public void testSkipTo()
public void testSkipToStopsOnNull()
public void testBomIgnoredAsFirstCharacterOfDocument() throws JSONException
JSONException
public void testBomTreatedAsCharacterInRestOfDocument() throws JSONException
JSONException
public void testDehexchar()