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

Public Member Functions

void testCallMethod () throws Exception
 
void testGetPrototype () throws Exception
 
void testStub () throws Exception
 
void testBlockingStub () throws Exception
 
void testNewReflectiveService ()
 
void testNewReflectiveBlockingService () throws ServiceException
 
void testNoGenericServices () throws Exception
 

Protected Member Functions

void setUp () throws Exception
 

Detailed Description

Tests services and stubs.

Author
kento.nosp@m.n@go.nosp@m.ogle..nosp@m.com Kenton Varda

Member Function Documentation

◆ setUp()

void com.google.protobuf.ServiceTest.setUp ( ) throws Exception
inlineprotected

◆ testBlockingStub()

void com.google.protobuf.ServiceTest.testBlockingStub ( ) throws Exception
inline

Tests generated blocking stubs.

◆ testCallMethod()

void com.google.protobuf.ServiceTest.testCallMethod ( ) throws Exception
inline

◆ testGetPrototype()

void com.google.protobuf.ServiceTest.testGetPrototype ( ) throws Exception
inline

Tests Service.get{Request,Response}Prototype().

◆ testNewReflectiveBlockingService()

void com.google.protobuf.ServiceTest.testNewReflectiveBlockingService ( ) throws ServiceException
inline

◆ testNewReflectiveService()

void com.google.protobuf.ServiceTest.testNewReflectiveService ( )
inline

◆ testNoGenericServices()

void com.google.protobuf.ServiceTest.testNoGenericServices ( ) throws Exception
inline

◆ testStub()

void com.google.protobuf.ServiceTest.testStub ( ) throws Exception
inline

Tests generated stubs.


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