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. See ProviderInternalTestExecutionRequest for what the provider expects on a test execution request.
    Since:
    2.6-rc-1
    • Method Detail

      • getTestClassNames

        java.util.Collection<java.lang.String> getTestClassNames()