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 TypeEncodedValueProviderConfiguration.forkTestSetMethods 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 ObjectForkedBooter.createTestSet(TypeEncodedValue forkedTestSet, boolean readTestsFromCommandReader, ClassLoader cl) private booleanTypeEncodedValue.equalsType(TypeEncodedValue that) private booleanTypeEncodedValue.equalsValue(TypeEncodedValue that) Constructors in org.apache.maven.surefire.booter with parameters of type TypeEncodedValueModifierConstructorDescriptionProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, boolean failIfNoTests, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, Integer systemExitTimeout)