what is void in java code example
Example 1: java doreturn void
doNothing().when(yourMock).yourMockedMethod();
Example 2: what is void in java
Difference between void and return method
Void Method:
The "void" return type means that this
method doesn't have a return type.
It is mostly used for printing result
to console