Package org.mpi_sws.jmc.checker
Class JmcFunctionalTestTarget
java.lang.Object
org.mpi_sws.jmc.checker.JmcFunctionalTestTarget
- All Implemented Interfaces:
JmcTestTarget
A functional test target for JMC that allows invoking a target method.
This class implements the JmcTestTarget interface and provides a way to invoke a
target method with a specified name.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceRepresents a target for JMC. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JmcFunctionalTestTarget
-
-
Method Details
-
name
Description copied from interface:JmcTestTargetReturns the name of the target.- Specified by:
namein interfaceJmcTestTarget
-
invoke
public void invoke()Description copied from interface:JmcTestTargetInvokes the target.- Specified by:
invokein interfaceJmcTestTarget
-