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

Public Member Functions

void testBuildRequiredStringWithGoodUtf8 () throws Exception
 
void testParseRequiredStringWithGoodUtf8 () throws Exception
 
void testBuildRequiredStringWithBadUtf8 () throws Exception
 
void testBuildOptionalStringWithBadUtf8 () throws Exception
 
void testBuildRepeatedStringWithBadUtf8 () throws Exception
 
void testParseRequiredStringWithBadUtf8 () throws Exception
 
void testBuildRequiredStringWithBadUtf8Size () throws Exception
 
void testBuildOptionalStringWithBadUtf8Size () throws Exception
 
void testBuildRepeatedStringWithBadUtf8Size () throws Exception
 
void testParseRequiredStringWithBadUtf8Size () throws Exception
 

Detailed Description

Test that protos generated with file option java_string_check_utf8 do in fact perform appropriate UTF-8 checks.

Author
jbaum.nosp@m.@goo.nosp@m.gle.c.nosp@m.om (Jacob Butcher)

Member Function Documentation

◆ testBuildOptionalStringWithBadUtf8()

void com.google.protobuf.CheckUtf8Test.testBuildOptionalStringWithBadUtf8 ( ) throws Exception
inline

◆ testBuildOptionalStringWithBadUtf8Size()

void com.google.protobuf.CheckUtf8Test.testBuildOptionalStringWithBadUtf8Size ( ) throws Exception
inline

◆ testBuildRepeatedStringWithBadUtf8()

void com.google.protobuf.CheckUtf8Test.testBuildRepeatedStringWithBadUtf8 ( ) throws Exception
inline

◆ testBuildRepeatedStringWithBadUtf8Size()

void com.google.protobuf.CheckUtf8Test.testBuildRepeatedStringWithBadUtf8Size ( ) throws Exception
inline

◆ testBuildRequiredStringWithBadUtf8()

void com.google.protobuf.CheckUtf8Test.testBuildRequiredStringWithBadUtf8 ( ) throws Exception
inline

◆ testBuildRequiredStringWithBadUtf8Size()

void com.google.protobuf.CheckUtf8Test.testBuildRequiredStringWithBadUtf8Size ( ) throws Exception
inline

◆ testBuildRequiredStringWithGoodUtf8()

void com.google.protobuf.CheckUtf8Test.testBuildRequiredStringWithGoodUtf8 ( ) throws Exception
inline

◆ testParseRequiredStringWithBadUtf8()

void com.google.protobuf.CheckUtf8Test.testParseRequiredStringWithBadUtf8 ( ) throws Exception
inline

◆ testParseRequiredStringWithBadUtf8Size()

void com.google.protobuf.CheckUtf8Test.testParseRequiredStringWithBadUtf8Size ( ) throws Exception
inline

◆ testParseRequiredStringWithGoodUtf8()

void com.google.protobuf.CheckUtf8Test.testParseRequiredStringWithGoodUtf8 ( ) throws Exception
inline

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