Uses of Class
org.apache.maven.surefire.api.testset.TestRequest
-
Packages that use TestRequest Package Description org.apache.maven.surefire.api.booter org.apache.maven.surefire.api.provider org.apache.maven.surefire.booter org.apache.maven.surefire.testng -
-
Uses of TestRequest in org.apache.maven.surefire.api.booter
Fields in org.apache.maven.surefire.api.booter declared as TestRequest Modifier and Type Field Description private TestRequest
BaseProviderFactory. testRequest
Methods in org.apache.maven.surefire.api.booter that return TestRequest Modifier and Type Method Description TestRequest
BaseProviderFactory. getTestRequest()
Methods in org.apache.maven.surefire.api.booter with parameters of type TestRequest Modifier and Type Method Description void
BaseProviderFactory. setTestRequest(TestRequest testRequest)
-
Uses of TestRequest in org.apache.maven.surefire.api.provider
Methods in org.apache.maven.surefire.api.provider that return TestRequest Modifier and Type Method Description TestRequest
ProviderParameters. 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 TestRequest Modifier and Type Field Description private TestRequest
ProviderConfiguration. testSuiteDefinition
Methods in org.apache.maven.surefire.booter that return TestRequest Modifier and Type Method Description TestRequest
ProviderConfiguration. getTestSuiteDefinition()
Methods in org.apache.maven.surefire.booter with parameters of type TestRequest Modifier and Type Method Description private java.lang.Object
SurefireReflector. createTestRequest(TestRequest suiteDefinition)
(package private) void
SurefireReflector. setTestSuiteDefinition(java.lang.Object o, TestRequest testSuiteDefinition1)
void
SurefireReflector. setTestSuiteDefinitionAware(java.lang.Object o, TestRequest testSuiteDefinition2)
Constructors in org.apache.maven.surefire.booter with parameters of type TestRequest Constructor Description ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, java.util.Map<java.lang.String,java.lang.String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, java.util.List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, java.lang.Integer systemExitTimeout)
-
Uses of TestRequest in org.apache.maven.surefire.testng
Fields in org.apache.maven.surefire.testng declared as TestRequest Modifier and Type Field Description private TestRequest
TestNGProvider. testRequest
Methods in org.apache.maven.surefire.testng with parameters of type TestRequest Modifier and Type Method Description (package private) boolean
TestNGProvider. isTestNGXmlTestSuite(TestRequest testSuiteDefinition)
-