Uses of Class
org.apache.maven.surefire.testset.TestRequest

Packages that use TestRequest
org.apache.maven.surefire.booter   
org.apache.maven.surefire.providerapi   
 

Uses of TestRequest in org.apache.maven.surefire.booter
 

Methods in org.apache.maven.surefire.booter that return TestRequest
 TestRequest BaseProviderFactory.getTestRequest()
           
 TestRequest ProviderConfiguration.getTestSuiteDefinition()
           
 

Methods in org.apache.maven.surefire.booter with parameters of type TestRequest
 void BaseProviderFactory.setTestRequest(TestRequest testRequest)
           
 void SurefireReflector.setTestSuiteDefinitionAware(Object o, TestRequest testSuiteDefinition2)
           
 

Constructors in org.apache.maven.surefire.booter with parameters of type TestRequest
ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, boolean failIfNoTests, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Properties providerProperties, TypeEncodedValue typeEncodedTestSet)
           
 

Uses of TestRequest in org.apache.maven.surefire.providerapi
 

Methods in org.apache.maven.surefire.providerapi that return TestRequest
 TestRequest ProviderParameters.getTestRequest()
          Contains information about requested test suites or individual tests from the command line.
 



Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.