Uses of Class
org.apache.maven.surefire.api.testset.TestRequest
Packages that use TestRequest
Package
Description
-
Uses of TestRequest in org.apache.maven.surefire.api.booter
Fields in org.apache.maven.surefire.api.booter declared as TestRequestMethods 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. -
Uses of TestRequest in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as TestRequestModifier and TypeFieldDescriptionprivate final TestRequestProviderConfiguration.testSuiteDefinitionMethods in org.apache.maven.surefire.booter that return TestRequestMethods in org.apache.maven.surefire.booter with parameters of type TestRequestModifier and TypeMethodDescriptionprivate ObjectSurefireReflector.createTestRequest(TestRequest suiteDefinition) (package private) voidSurefireReflector.setTestSuiteDefinition(Object o, TestRequest testSuiteDefinition1) voidSurefireReflector.setTestSuiteDefinitionAware(Object o, TestRequest testSuiteDefinition2) Constructors in org.apache.maven.surefire.booter with parameters of type TestRequestModifierConstructorDescriptionProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, Integer systemExitTimeout) -
Uses of TestRequest in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng declared as TestRequestMethods in org.apache.maven.surefire.testng with parameters of type TestRequestModifier and TypeMethodDescription(package private) booleanTestNGProvider.isTestNGXmlTestSuite(TestRequest testSuiteDefinition)