Class SurefireProperties

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.apache.maven.plugin.surefire.SurefireProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>, KeyValueSource

public class SurefireProperties extends Properties implements KeyValueSource
A properties implementation that preserves insertion order.
See Also: