Interface Something
- All Known Implementing Classes:
PublicSomethingImpl
public interface Something
The Interface Something.
-
Method Summary
Modifier and TypeMethodDescriptionvoidDo nothing.voiddoThrow()Do throw.voidDo throw assertion error.voidDo throw no such method error.
-
Method Details
-
doNothing
void doNothing()Do nothing. -
doThrow
void doThrow()Do throw. -
doThrowNoSuchMethodError
void doThrowNoSuchMethodError()Do throw no such method error. -
doThrowAssertionError
void doThrowAssertionError()Do throw assertion error.
-