Home | History | Annotate | Download | only in internal

Lines Matching refs:TEST_F

144 TEST_F(JsonStreamParserTest, SimpleTrue) {
152 TEST_F(JsonStreamParserTest, SimpleFalse) {
160 TEST_F(JsonStreamParserTest, SimpleNull) {
169 TEST_F(JsonStreamParserTest, EmptyObject) {
177 TEST_F(JsonStreamParserTest, EmptyList) {
186 TEST_F(JsonStreamParserTest, SimpleDouble) {
194 TEST_F(JsonStreamParserTest, ScientificDouble) {
202 TEST_F(JsonStreamParserTest, SimpleNegativeDouble) {
210 TEST_F(JsonStreamParserTest, SimpleInt) {
218 TEST_F(JsonStreamParserTest, SimpleNegativeInt) {
226 TEST_F(JsonStreamParserTest, SimpleUnsignedInt) {
234 TEST_F(JsonStreamParserTest, OctalNumberIsInvalid) {
245 TEST_F(JsonStreamParserTest, HexNumberIsInvalid) {
261 TEST_F(JsonStreamParserTest, EmptyDoubleQuotedString) {
269 TEST_F(JsonStreamParserTest, EmptySingleQuotedString) {
277 TEST_F(JsonStreamParserTest, SimpleDoubleQuotedString) {
285 TEST_F(JsonStreamParserTest, SimpleSingleQuotedString) {
294 TEST_F(JsonStreamParserTest, ObjectKeyTypes) {
312 TEST_F(JsonStreamParserTest, ArrayValues) {
339 TEST_F(JsonStreamParserTest, ObjectValues) {
369 TEST_F(JsonStreamParserTest, RejectNonUtf8WhenNotCoerced) {
382 TEST_F(JsonStreamParserTest, UnicodeEscaping) {
393 TEST_F(JsonStreamParserTest, UnicodeSurrogatePairEscaping) {
407 TEST_F(JsonStreamParserTest, UnicodeEscapingInvalidCodePointWhenNotCoerced) {
415 TEST_F(JsonStreamParserTest, UnicodeEscapingMissingLowSurrogateWhenNotCoerced) {
439 TEST_F(JsonStreamParserTest, AsciiEscaping) {
455 TEST_F(JsonStreamParserTest, TrailingCommas) {
474 TEST_F(JsonStreamParserTest, ExtraTextAfterTrue) {
482 TEST_F(JsonStreamParserTest, InvalidNumberDashOnly) {
489 TEST_F(JsonStreamParserTest, InvalidNumberDashName) {
496 TEST_F(JsonStreamParserTest, InvalidLiteralInArray) {
504 TEST_F(JsonStreamParserTest, InvalidLiteralInObject) {
513 TEST_F(JsonStreamParserTest, MismatchedSingleQuotedLiteral) {
520 TEST_F(JsonStreamParserTest, MismatchedDoubleQuotedLiteral) {
528 TEST_F(JsonStreamParserTest, UnterminatedLiteralString) {
535 TEST_F(JsonStreamParserTest, UnterminatedStringEscape) {
542 TEST_F(JsonStreamParserTest, UnterminatedStringInArray) {
550 TEST_F(JsonStreamParserTest, UnterminatedStringInObject) {
558 TEST_F(JsonStreamParserTest, UnterminatedObject) {
568 TEST_F(JsonStreamParserTest, MismatchedCloseObject) {
576 TEST_F(JsonStreamParserTest, MismatchedCloseArray) {
585 TEST_F(JsonStreamParserTest, InvalidNumericObjectKey) {
593 TEST_F(JsonStreamParserTest, InvalidLiteralObjectInObject) {
601 TEST_F(JsonStreamParserTest, InvalidLiteralArrayInObject) {
609 TEST_F(JsonStreamParserTest, InvalidLiteralValueInObject) {
617 TEST_F(JsonStreamParserTest, MissingColonAfterStringInObject) {
625 TEST_F(JsonStreamParserTest, MissingColonAfterKeyInObject) {
633 TEST_F(JsonStreamParserTest, EndOfTextAfterKeyInObject) {
641 TEST_F(JsonStreamParserTest, MissingValueAfterColonInObject) {
649 TEST_F(JsonStreamParserTest, MissingCommaBetweenObjectEntries) {
657 TEST_F(JsonStreamParserTest, InvalidLiteralAsObjectKey) {
665 TEST_F(JsonStreamParserTest, ExtraCharactersAfterObject) {
674 TEST_F(JsonStreamParserTest, PositiveNumberTooBig) {
682 TEST_F(JsonStreamParserTest, NegativeNumberTooBig) {
693 TEST_F(JsonStreamParserTest, DoubleTooBig) {
703 TEST_F(JsonStreamParserTest, UnfinishedEscape) {
711 TEST_F(JsonStreamParserTest, UnfinishedUnicodeEscape) {
719 TEST_F(JsonStreamParserTest, UnicodeEscapeCutOff) {
727 TEST_F(JsonStreamParserTest, BracketedUnicodeEscape) {
735 TEST_F(JsonStreamParserTest, UnicodeEscapeInvalidCharacters) {
743 TEST_F(JsonStreamParserTest, UnicodeEscapeLowHalfSurrogateInvalidCharacters) {
751 TEST_F(JsonStreamParserTest, ExtraCommaInObject) {
759 TEST_F(JsonStreamParserTest, ExtraCommaInArray) {
768 TEST_F(JsonStreamParserTest, ExtraTextAfterLiteral) {
776 TEST_F(JsonStreamParserTest, ExtraTextAfterObject) {
784 TEST_F(JsonStreamParserTest, ExtraTextAfterArray) {
793 TEST_F(JsonStreamParserTest, UnknownCharactersAsValue) {
800 TEST_F(JsonStreamParserTest, UnknownCharactersInArray) {
808 TEST_F(JsonStreamParserTest, UnknownCharactersInObject) {