Interface InternalTestExecutionRequest
-
- All Superinterfaces:
InternalProtocolInterface
- All Known Implementing Classes:
TestExecutionRequest
public interface InternalTestExecutionRequest extends InternalProtocolInterface
DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol. SeeProviderInternalTestExecutionRequest
for what the provider expects on a test execution request.- Since:
- 2.6-rc-1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
getTestClassNames()
java.util.Collection<InternalTestDescriptor>
getTestExecutionDescriptors()
-
-
-
Method Detail
-
getTestExecutionDescriptors
java.util.Collection<InternalTestDescriptor> getTestExecutionDescriptors()
-
getTestClassNames
java.util.Collection<java.lang.String> getTestClassNames()
-
-