Package integrationTests
Interface AnInterface
public interface AnInterface
The Interface AnInterface.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doSomething
(String s, boolean b) Do something.int
Return value.
-
Method Details
-
doSomething
Do something.- Parameters:
s
- the sb
- the b
-
returnValue
int returnValue()Return value.- Returns:
- the int
-