Uses of Class
org.apache.maven.surefire.booter.TypeEncodedValue

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

Methods in org.apache.maven.surefire.booter that return TypeEncodedValue
 TypeEncodedValue ProviderConfiguration.getTestForFork()
           
 TypeEncodedValue PropertiesWrapper.getTypeEncodedValue(java.lang.String key)
          Retrieves as single object that is persisted with type encoding
 

Methods in org.apache.maven.surefire.booter with parameters of type TypeEncodedValue
 RunResult SurefireStarter.runSuitesInProcessWhenForked(TypeEncodedValue testSet)
           
 

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



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.