org.unitils.core
Class TestContext
java.lang.Object
org.unitils.core.TestContext
public class TestContext
- extends java.lang.Object
Object that holds information about the current test execution. During a test run
it always knows which test is running.
- Author:
- Tim Ducheyne, Filip Neven
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestContext
public TestContext()
getTestClass
public java.lang.Class<?> getTestClass()
setTestClass
public void setTestClass(java.lang.Class<?> testClass)
getTestObject
public java.lang.Object getTestObject()
setTestObject
public void setTestObject(java.lang.Object testObject)
getTestMethod
public java.lang.reflect.Method getTestMethod()
setTestMethod
public void setTestMethod(java.lang.reflect.Method testMethod)
Copyright © 2009. All Rights Reserved.