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