Uses of Class
org.apache.maven.surefire.booter.TypeEncodedValue
Packages that use TypeEncodedValue
-
Uses of TypeEncodedValue in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as TypeEncodedValueModifier and TypeFieldDescriptionprivate final TypeEncodedValue
ProviderConfiguration.forkTestSet
Methods in org.apache.maven.surefire.booter that return TypeEncodedValueModifier and TypeMethodDescriptionProviderConfiguration.getTestForFork()
PropertiesWrapper.getTypeEncodedValue
(String key) Retrieves as single object that is persisted with type encodingMethods in org.apache.maven.surefire.booter with parameters of type TypeEncodedValueModifier and TypeMethodDescriptionprivate Object
ForkedBooter.createTestSet
(TypeEncodedValue forkedTestSet, boolean readTestsFromCommandReader, 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 TypeEncodedValueModifierConstructorDescriptionProviderConfiguration
(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, Integer systemExitTimeout)