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