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 TypeMethodDescriptionvoid
BaseProviderFactory.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 TestRequest
ProviderConfiguration.testSuiteDefinition
Methods in org.apache.maven.surefire.booter that return TestRequestMethods in org.apache.maven.surefire.booter with parameters of type TestRequestModifier and TypeMethodDescriptionprivate Object
SurefireReflector.createTestRequest
(TestRequest suiteDefinition) (package private) void
SurefireReflector.setTestSuiteDefinition
(Object o, TestRequest testSuiteDefinition1) void
SurefireReflector.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) boolean
TestNGProvider.isTestNGXmlTestSuite
(TestRequest testSuiteDefinition)