com.liferay.portal.kernel.test
Class TestContext
java.lang.Object
com.liferay.portal.kernel.test.TestContext
public class TestContext
- extends java.lang.Object
- Author:
- Miguel Pastor
|
Constructor Summary |
TestContext(java.lang.Class<?> clazz)
|
TestContext(java.lang.Object instance,
java.lang.reflect.Method method)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestContext
public TestContext(java.lang.Class<?> clazz)
TestContext
public TestContext(java.lang.Object instance,
java.lang.reflect.Method method)
getClazz
public java.lang.Class<?> getClazz()
getInstance
public java.lang.Object getInstance()
getMethod
public java.lang.reflect.Method getMethod()
setInstance
public void setInstance(java.lang.Object instance)
setMethod
public void setMethod(java.lang.reflect.Method method)