Uses of Class
org.apache.maven.surefire.testset.TestRequest
Packages that use TestRequest
Package
Description
-
Uses of TestRequest in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as TestRequestModifier and TypeFieldDescriptionprivate TestRequestBaseProviderFactory.testRequestprivate final TestRequestProviderConfiguration.testSuiteDefinitionMethods in org.apache.maven.surefire.booter that return TestRequestModifier and TypeMethodDescriptionBaseProviderFactory.getTestRequest()ProviderConfiguration.getTestSuiteDefinition()Methods in org.apache.maven.surefire.booter with parameters of type TestRequestModifier and TypeMethodDescriptionprivate ObjectSurefireReflector.createTestRequest(TestRequest suiteDefinition) voidBaseProviderFactory.setTestRequest(TestRequest testRequest) voidTestRequestAware.setTestRequest(TestRequest testSuiteDefinition) (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, boolean failIfNoTests, 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.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. -
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)