Interface InternalJvmTestRequest
-
- All Known Implementing Classes:
DefaultInternalJvmTestRequest
public interface InternalJvmTestRequest
Specifies a method to be tested. DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.- Since:
- 2.7-rc-1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getClassName()
java.lang.String
getMethodName()
-