public class CallCommandTest
extends java.lang.Object
Constructor and Description |
---|
CallCommandTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testCharMethod() |
void |
testCharMethod2() |
void |
testClientCodeException() |
void |
testMethodWithNull() |
void |
testMethodWithParams() |
void |
testNoParam() |
void |
testReflectionException() |
void |
testReflectionException2() |
void |
testStatic() |
void |
testStringMethod() |
void |
testStringMethodWithNull() |
void |
testUsingMethodReturn() |
void |
testVoidMethod() |
public void setUp()
public void tearDown()
public void testStatic()
public void testReflectionException()
public void testReflectionException2()
public void testClientCodeException()
public void testNoParam()
public void testVoidMethod()
public void testMethodWithNull()
public void testMethodWithParams()
public void testCharMethod()
public void testCharMethod2()
public void testStringMethod()
public void testStringMethodWithNull()
public void testUsingMethodReturn()