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
Fields in org.apache.maven.surefire.booter declared as TypeEncodedValue Modifier and Type Field Description private TypeEncodedValue
ProviderConfiguration. forkTestSet
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 encodingMethods in org.apache.maven.surefire.booter with parameters of type TypeEncodedValue Modifier and Type Method Description private java.lang.Object
ForkedBooter. createTestSet(TypeEncodedValue forkedTestSet, boolean readTestsFromCommandReader, java.lang.ClassLoader cl)
private boolean
TypeEncodedValue. equalsType(TypeEncodedValue that)
private boolean
TypeEncodedValue. equalsValue(TypeEncodedValue that)
Constructors in org.apache.maven.surefire.booter with parameters of type TypeEncodedValue 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)
-