com.eurotech.framework.test
Class Test
java.lang.Object
com.eurotech.framework.test.Test
public class Test
- extends Object
Constructor Summary |
Test()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Test
public Test()
getBeforeClass
public Method getBeforeClass()
setBeforeClass
public void setBeforeClass(Method beforeClass)
getAfterClass
public Method getAfterClass()
setAfterClass
public void setAfterClass(Method afterClass)
getBefore
public Method getBefore()
setBefore
public void setBefore(Method before)
getAfter
public Method getAfter()
setAfter
public void setAfter(Method after)
getTests
public List<Method> getTests()
addTest
public void addTest(Method method)
Copyright © 2013. All Rights Reserved.