public class MethodUtilTest.TestObject extends MethodUtilTest.Super
| Constructor and Description |
|---|
TestObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
testMethod1() |
String |
testMethod2() |
protected void |
testMethod3() |
void |
testMethod4(String arg) |
int |
testMethod5(Integer[] arg) |
boolean |
wasMethod1Called() |
boolean |
wasMethod2Called() |
boolean |
wasMethod3Called() |
boolean |
wasMethod4Called() |
boolean |
wasMethod5Called() |
testSuperMethodpublic void testMethod1()
public String testMethod2()
protected void testMethod3()
public void testMethod4(String arg)
public int testMethod5(Integer[] arg)
public boolean wasMethod1Called()
public boolean wasMethod2Called()
public boolean wasMethod3Called()
public boolean wasMethod4Called()
public boolean wasMethod5Called()
Copyright © 2003–2018. All rights reserved.