public class PropertyMixIn extends AbstractTestMixIn
| Constructor and Description |
|---|
PropertyMixIn() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears all test properties.
|
Object |
get(String key)
Gets a test property.
|
Map<String,Object> |
getMap()
Gets the test Map.
|
void |
initialize()
MixIn initialization.
|
void |
set(String key,
Object value)
Sets a test property.
|
void |
uninitialize()
MixIn uninitialize.
|
after, before, getTestKit, setTestKitpublic void initialize()
initialize in interface TestMixIninitialize in class AbstractTestMixInpublic Object get(String key)
key - the property keypublic void set(String key, Object value)
key - the property keyvalue - the property valuepublic void clear()
public void uninitialize()
uninitialize in interface TestMixInuninitialize in class AbstractTestMixInCopyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.