webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
com.google.protobuf.TextFormatTest Class Reference
Inheritance diagram for com.google.protobuf.TextFormatTest:

Public Member Functions

void testPrintMessage () throws Exception
 
void testPrintMessageBuilder () throws Exception
 
void testPrintExtensions () throws Exception
 
void testPrintUnknownFields () throws Exception
 
void testPrintField () throws Exception
 
void testPrintExotic () throws Exception
 
void testPrintMessageSet () throws Exception
 
void testParse () throws Exception
 
void testParseReader () throws Exception
 
void testParseExtensions () throws Exception
 
void testParseCompatibility () throws Exception
 
void testParseExotic () throws Exception
 
void testParseMessageSet () throws Exception
 
void testParseMessageSetWithOverwriteForbidden () throws Exception
 
void testParseNumericEnum () throws Exception
 
void testParseAngleBrackets () throws Exception
 
void testParseComment () throws Exception
 
void testParseErrors () throws Exception
 
void testEscape () throws Exception
 
void testParseInteger () throws Exception
 
void testParseString () throws Exception
 
void testParseLongString () throws Exception
 
void testParseBoolean () throws Exception
 
void testParseAdjacentStringLiterals () throws Exception
 
void testPrintFieldValue () throws Exception
 
void testShortDebugString ()
 
void testShortDebugString_field ()
 
void testShortDebugString_unknown ()
 
void testPrintToUnicodeString () throws Exception
 
void testPrintToUnicodeStringWithNewlines () throws Exception
 
void testPrintToUnicodeString_unknown ()
 
void testParseNonRepeatedFields () throws Exception
 
void testParseShortRepeatedFormOfRepeatedFields () throws Exception
 
void testParseShortRepeatedFormOfNonRepeatedFields () throws Exception
 
void testOneofTextFormat () throws Exception
 
void testOneofOverwriteForbidden () throws Exception
 
void testOneofOverwriteAllowed () throws Exception
 
void testParseInfoTreeBuilding () throws Exception
 

Detailed Description

Test case for TextFormat.

TODO(wenboz): ExtensionTest and rest of text_format_unittest.cc.

Author
wenbo.nosp@m.z@go.nosp@m.ogle..nosp@m.com (Wenbo Zhu)

Member Function Documentation

◆ testEscape()

void com.google.protobuf.TextFormatTest.testEscape ( ) throws Exception
inline

◆ testOneofOverwriteAllowed()

void com.google.protobuf.TextFormatTest.testOneofOverwriteAllowed ( ) throws Exception
inline

◆ testOneofOverwriteForbidden()

void com.google.protobuf.TextFormatTest.testOneofOverwriteForbidden ( ) throws Exception
inline

◆ testOneofTextFormat()

void com.google.protobuf.TextFormatTest.testOneofTextFormat ( ) throws Exception
inline

◆ testParse()

void com.google.protobuf.TextFormatTest.testParse ( ) throws Exception
inline

◆ testParseAdjacentStringLiterals()

void com.google.protobuf.TextFormatTest.testParseAdjacentStringLiterals ( ) throws Exception
inline

◆ testParseAngleBrackets()

void com.google.protobuf.TextFormatTest.testParseAngleBrackets ( ) throws Exception
inline

◆ testParseBoolean()

void com.google.protobuf.TextFormatTest.testParseBoolean ( ) throws Exception
inline

◆ testParseComment()

void com.google.protobuf.TextFormatTest.testParseComment ( ) throws Exception
inline

◆ testParseCompatibility()

void com.google.protobuf.TextFormatTest.testParseCompatibility ( ) throws Exception
inline

◆ testParseErrors()

void com.google.protobuf.TextFormatTest.testParseErrors ( ) throws Exception
inline

◆ testParseExotic()

void com.google.protobuf.TextFormatTest.testParseExotic ( ) throws Exception
inline

◆ testParseExtensions()

void com.google.protobuf.TextFormatTest.testParseExtensions ( ) throws Exception
inline

◆ testParseInfoTreeBuilding()

void com.google.protobuf.TextFormatTest.testParseInfoTreeBuilding ( ) throws Exception
inline

◆ testParseInteger()

void com.google.protobuf.TextFormatTest.testParseInteger ( ) throws Exception
inline

◆ testParseLongString()

void com.google.protobuf.TextFormatTest.testParseLongString ( ) throws Exception
inline

◆ testParseMessageSet()

void com.google.protobuf.TextFormatTest.testParseMessageSet ( ) throws Exception
inline

◆ testParseMessageSetWithOverwriteForbidden()

void com.google.protobuf.TextFormatTest.testParseMessageSetWithOverwriteForbidden ( ) throws Exception
inline

◆ testParseNonRepeatedFields()

void com.google.protobuf.TextFormatTest.testParseNonRepeatedFields ( ) throws Exception
inline

◆ testParseNumericEnum()

void com.google.protobuf.TextFormatTest.testParseNumericEnum ( ) throws Exception
inline

◆ testParseReader()

void com.google.protobuf.TextFormatTest.testParseReader ( ) throws Exception
inline

◆ testParseShortRepeatedFormOfNonRepeatedFields()

void com.google.protobuf.TextFormatTest.testParseShortRepeatedFormOfNonRepeatedFields ( ) throws Exception
inline

◆ testParseShortRepeatedFormOfRepeatedFields()

void com.google.protobuf.TextFormatTest.testParseShortRepeatedFormOfRepeatedFields ( ) throws Exception
inline

◆ testParseString()

void com.google.protobuf.TextFormatTest.testParseString ( ) throws Exception
inline

◆ testPrintExotic()

void com.google.protobuf.TextFormatTest.testPrintExotic ( ) throws Exception
inline

◆ testPrintExtensions()

void com.google.protobuf.TextFormatTest.testPrintExtensions ( ) throws Exception
inline

Print TestAllExtensions and compare with golden file.

◆ testPrintField()

void com.google.protobuf.TextFormatTest.testPrintField ( ) throws Exception
inline

◆ testPrintFieldValue()

void com.google.protobuf.TextFormatTest.testPrintFieldValue ( ) throws Exception
inline

◆ testPrintMessage()

void com.google.protobuf.TextFormatTest.testPrintMessage ( ) throws Exception
inline

Print TestAllTypes and compare with golden file.

◆ testPrintMessageBuilder()

void com.google.protobuf.TextFormatTest.testPrintMessageBuilder ( ) throws Exception
inline

Print TestAllTypes as Builder and compare with golden file.

◆ testPrintMessageSet()

void com.google.protobuf.TextFormatTest.testPrintMessageSet ( ) throws Exception
inline

◆ testPrintToUnicodeString()

void com.google.protobuf.TextFormatTest.testPrintToUnicodeString ( ) throws Exception
inline

◆ testPrintToUnicodeString_unknown()

void com.google.protobuf.TextFormatTest.testPrintToUnicodeString_unknown ( )
inline

◆ testPrintToUnicodeStringWithNewlines()

void com.google.protobuf.TextFormatTest.testPrintToUnicodeStringWithNewlines ( ) throws Exception
inline

◆ testPrintUnknownFields()

void com.google.protobuf.TextFormatTest.testPrintUnknownFields ( ) throws Exception
inline

◆ testShortDebugString()

void com.google.protobuf.TextFormatTest.testShortDebugString ( )
inline

◆ testShortDebugString_field()

void com.google.protobuf.TextFormatTest.testShortDebugString_field ( )
inline

◆ testShortDebugString_unknown()

void com.google.protobuf.TextFormatTest.testShortDebugString_unknown ( )
inline

The documentation for this class was generated from the following file: