Package org.mpi_sws.jmc.checker
Interface JmcTestTarget
- All Known Implementing Classes:
JmcFunctionalTestTarget
public interface JmcTestTarget
Represents a target for JMC.
-
Method Summary
-
Method Details
-
name
String name()Returns the name of the target. -
invoke
void invoke()Invokes the target.
-