Liferay 6.2-ce-ga5

com.liferay.portal.kernel.test
Class TestContext

java.lang.Object
  extended by com.liferay.portal.kernel.test.TestContext

public class TestContext
extends Object


Constructor Summary
TestContext(Class<?> clazz)
           
TestContext(Object instance, Method method)
           
 
Method Summary
 Class<?> getClazz()
           
 Object getInstance()
           
 Method getMethod()
           
 void setInstance(Object instance)
           
 void setMethod(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestContext

public TestContext(Class<?> clazz)

TestContext

public TestContext(Object instance,
                   Method method)
Method Detail

getClazz

public Class<?> getClazz()

getInstance

public Object getInstance()

getMethod

public Method getMethod()

setInstance

public void setInstance(Object instance)

setMethod

public void setMethod(Method method)

Liferay 6.2-ce-ga5