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