mockmaker.structure.tests
Interface ReflectionMethodStructureTest.Dummy
- Enclosing interface:
- ReflectionMethodStructureTest
- static interface ReflectionMethodStructureTest.Dummy
threeParams
public void threeParams(java.lang.Object a,
int b,
java.lang.String c)
oneException
public void oneException()
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
twoExceptions
public void twoExceptions()
throws java.lang.IllegalArgumentException,
java.io.IOException
- Throws:
java.lang.IllegalArgumentException
java.io.IOException
toString
public java.lang.String toString()
notToString
public java.lang.String notToString()
toString
public java.lang.String toString(java.lang.String s)
toString
public java.lang.String toString(java.lang.StringBuffer s)