public class SurefireProperties extends Properties implements KeyValueSource
defaults
Constructor and Description |
---|
SurefireProperties() |
SurefireProperties(KeyValueSource source) |
SurefireProperties(Properties source) |
Modifier and Type | Method and Description |
---|---|
void |
addList(List items,
String propertyPrefix) |
void |
clear() |
static void |
copyProperties(Properties target,
Map<String,String> source) |
void |
copyPropertiesFrom(Properties source) |
void |
copyTo(Map target) |
void |
copyToSystemProperties() |
Iterable<Object> |
getStringKeySet() |
Enumeration<Object> |
keys() |
static SurefireProperties |
loadProperties(File file) |
Set<Object> |
propertiesThatCannotBeSetASystemProperties() |
Object |
put(Object key,
Object value) |
Object |
remove(Object key) |
void |
setClasspath(String prefix,
Classpath classpath) |
void |
setNullableProperty(String key,
String value) |
void |
setProperty(String key,
Boolean aBoolean) |
void |
setProperty(String key,
File file) |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
public SurefireProperties()
public SurefireProperties(Properties source)
public SurefireProperties(KeyValueSource source)
public void clear()
public void copyPropertiesFrom(Properties source)
public Set<Object> propertiesThatCannotBeSetASystemProperties()
public void copyToSystemProperties()
public static void copyProperties(Properties target, Map<String,String> source)
public void copyTo(Map target)
copyTo
in interface KeyValueSource
public static SurefireProperties loadProperties(File file) throws IOException
IOException
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.