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 TestRequestBaseProviderFactory. testRequestprivate TestRequestProviderConfiguration. testSuiteDefinitionMethods in org.apache.maven.surefire.booter that return TestRequest Modifier and Type Method Description TestRequestBaseProviderFactory. getTestRequest()TestRequestProviderConfiguration. getTestSuiteDefinition()Methods in org.apache.maven.surefire.booter with parameters of type TestRequest Modifier and Type Method Description (package private) java.lang.ObjectSurefireReflector. createTestRequest(TestRequest suiteDefinition)voidBaseProviderFactory. setTestRequest(TestRequest testRequest)voidTestRequestAware. setTestRequest(TestRequest testSuiteDefinition)(package private) voidSurefireReflector. setTestSuiteDefinition(java.lang.Object o, TestRequest testSuiteDefinition1)voidSurefireReflector. 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 TestRequestProviderParameters. 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 TestRequestTestNGProvider. testRequestMethods in org.apache.maven.surefire.testng with parameters of type TestRequest Modifier and Type Method Description (package private) booleanTestNGProvider. isTestNGXmlTestSuite(TestRequest testSuiteDefinition)
-