public class DeleteAfterTestRunTestCallback extends BaseTestCallback<Object,Object>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DeleteAfterTestRunTestCallback.FieldBag |
| Modifier and Type | Field and Description |
|---|---|
static DeleteAfterTestRunTestCallback |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addField(Map<Class<?>,DeleteAfterTestRunTestCallback.FieldBag> deleteAfterTestRunFieldBags,
Class<?> clazz,
Field field) |
void |
afterMethod(org.junit.runner.Description description,
Object object,
Object target) |
protected Class<? extends com.liferay.portal.kernel.model.PersistedModel> |
getCollectionType(Collection<?> collection) |
protected void |
removeField(DeleteAfterTestRunTestCallback.FieldBag fieldBag,
Object instance) |
afterClass, beforeClass, beforeMethodpublic static final DeleteAfterTestRunTestCallback INSTANCE
public void afterMethod(org.junit.runner.Description description,
Object object,
Object target)
afterMethod in interface TestCallback<Object,Object>afterMethod in class BaseTestCallback<Object,Object>protected void addField(Map<Class<?>,DeleteAfterTestRunTestCallback.FieldBag> deleteAfterTestRunFieldBags, Class<?> clazz, Field field)
protected Class<? extends com.liferay.portal.kernel.model.PersistedModel> getCollectionType(Collection<?> collection)
protected void removeField(DeleteAfterTestRunTestCallback.FieldBag fieldBag, Object instance)