Uses of Class
org.apache.maven.surefire.testset.TestRequest
Packages that use TestRequest
-
Uses of TestRequest in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return TestRequestMethods in org.apache.maven.surefire.booter with parameters of type TestRequestModifier and TypeMethodDescriptionvoidBaseProviderFactory.setTestRequest(TestRequest testRequest) voidSurefireReflector.setTestSuiteDefinitionAware(Object o, TestRequest testSuiteDefinition2) -
Uses of TestRequest in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return TestRequestModifier and TypeMethodDescriptionProviderParameters.getTestRequest()Contains information about requested test suites or individual tests from the command line.