Class ExpectVoidDemo
java.lang.Object
samples.expectvoid.ExpectVoidDemo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinvokeAPrivateVoidMethod(int something) private voidprivateInvoke(int something)
-
Constructor Details
-
ExpectVoidDemo
public ExpectVoidDemo()
-
-
Method Details
-
invokeAPrivateVoidMethod
public void invokeAPrivateVoidMethod(int something) -
privateInvoke
private void privateInvoke(int something)
-