Uses of Class
org.apache.maven.surefire.booter.TypeEncodedValue
-
Packages that use TypeEncodedValue Package Description org.apache.maven.surefire.booter -
-
Uses of TypeEncodedValue in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return TypeEncodedValue Modifier and Type Method Description TypeEncodedValue
ProviderConfiguration. getTestForFork()
TypeEncodedValue
PropertiesWrapper. getTypeEncodedValue(java.lang.String key)
Retrieves as single object that is persisted with type encodingConstructors in org.apache.maven.surefire.booter with parameters of type TypeEncodedValue Constructor Description ProviderConfiguration(org.apache.maven.surefire.api.testset.DirectoryScannerParameters directoryScannerParameters, org.apache.maven.surefire.api.testset.RunOrderParameters runOrderParameters, org.apache.maven.surefire.api.report.ReporterConfiguration reporterConfiguration, org.apache.maven.surefire.api.testset.TestArtifactInfo testArtifact, org.apache.maven.surefire.api.testset.TestRequest testSuiteDefinition, java.util.Map<java.lang.String,java.lang.String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, java.util.List<org.apache.maven.surefire.api.cli.CommandLineOption> mainCliOptions, int skipAfterFailureCount, org.apache.maven.surefire.api.booter.Shutdown shutdown, java.lang.Integer systemExitTimeout)
-