public class PodesCoinTestingContext extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
PodesCoinTestingContext() |
| Modifier and Type | Method and Description |
|---|---|
<T> PodesCoinTestingContext |
addComponent(T pComponent,
Class<T> pType) |
<T> PodesCoinTestingContext |
addComponent(T pComponent,
String pComponentId,
Class<T> pType) |
<T extends Serializable> |
deepClone(T obj) |
void |
tearDown() |
protected PodesCoinTestingContext()
throws IllegalAccessException,
IllegalArgumentException,
InvocationTargetException
public <T> PodesCoinTestingContext addComponent(T pComponent, Class<T> pType)
pComponent - pType - public <T> PodesCoinTestingContext addComponent(T pComponent, String pComponentId, Class<T> pType)
pComponent - pComponentId - pType - public <T extends Serializable> T deepClone(T obj) throws IOException, ClassNotFoundException
obj - IOExceptionClassNotFoundExceptionpublic void tearDown()
Copyright © 2015–2016 SourcePond. All rights reserved.