Uses of Class
org.apache.maven.surefire.testset.TestRequest
-
Packages that use TestRequest Package Description org.apache.maven.surefire.booter org.apache.maven.surefire.providerapi org.apache.maven.surefire.testng -
-
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
BaseProviderFactory. testRequest
private TestRequest
ProviderConfiguration. testSuiteDefinition
Methods in org.apache.maven.surefire.booter that return TestRequest Modifier and Type Method Description TestRequest
BaseProviderFactory. getTestRequest()
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)
void
BaseProviderFactory. setTestRequest(TestRequest testRequest)
void
TestRequestAware. setTestRequest(TestRequest testSuiteDefinition)
(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, boolean failIfNoTests, 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.providerapi
Methods in org.apache.maven.surefire.providerapi 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.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)
-