public class TestServerCustomProtocol
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestServerCustomProtocol.PingHandler |
| Constructor and Description |
|---|
TestServerCustomProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
before() |
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testCompoundCall() |
void |
testEmptyReturnType() |
void |
testNullCall() |
void |
testNullReturn() |
void |
testRowRange() |
void |
testSingleMethod() |
void |
testSingleProxy() |
public static void setupBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic void before()
throws java.lang.Exception
java.lang.Exceptionpublic void after()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testSingleProxy()
throws java.lang.Throwable
java.lang.Throwablepublic void testSingleMethod()
throws java.lang.Throwable
java.lang.Throwablepublic void testRowRange()
throws java.lang.Throwable
java.lang.Throwablepublic void testCompoundCall()
throws java.lang.Throwable
java.lang.Throwablepublic void testNullCall()
throws java.lang.Throwable
java.lang.Throwablepublic void testNullReturn()
throws java.lang.Throwable
java.lang.Throwablepublic void testEmptyReturnType()
throws java.lang.Throwable
java.lang.Throwable