Uses of Interface
org.apache.maven.surefire.booter.KeyValueSource
-
Packages that use KeyValueSource Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.booterclient org.apache.maven.surefire.booter -
-
Uses of KeyValueSource in org.apache.maven.plugin.surefire
Classes in org.apache.maven.plugin.surefire that implement KeyValueSource Modifier and Type Class Description class
SurefireProperties
A properties implementation that preserves insertion order.Constructors in org.apache.maven.plugin.surefire with parameters of type KeyValueSource Constructor Description SurefireProperties(KeyValueSource source)
-
Uses of KeyValueSource in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type KeyValueSource Modifier and Type Method Description private RunResult
ForkStarter. fork(java.lang.Object testSet, KeyValueSource providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractForkInputStream testProvidingInputStream, boolean readTestsFromInStream)
(package private) java.io.File
BooterSerializer. serialize(KeyValueSource sourceProperties, ProviderConfiguration providerConfiguration, StartupConfiguration startupConfiguration, java.lang.Object testSet, boolean readTestsFromInStream, java.lang.Long pid, int forkNumber)
Does not modify sourceProperties -
Uses of KeyValueSource in org.apache.maven.surefire.booter
Classes in org.apache.maven.surefire.booter that implement KeyValueSource Modifier and Type Class Description class
PropertiesWrapper
-