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 TypeEncodedValueProviderConfiguration. forkTestSetMethods in org.apache.maven.surefire.booter that return TypeEncodedValue Modifier and Type Method Description TypeEncodedValueProviderConfiguration. getTestForFork()TypeEncodedValuePropertiesWrapper. 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.ObjectForkedBooter. createTestSet(TypeEncodedValue forkedTestSet, boolean readTestsFromCommandReader, java.lang.ClassLoader cl)private booleanTypeEncodedValue. equalsType(TypeEncodedValue that)private booleanTypeEncodedValue. 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)
-