org.test4j.junit.statement
类 TestAroundStatement
java.lang.Object
org.junit.runners.model.Statement
org.test4j.junit.statement.TestAroundStatement
public class TestAroundStatement
- extends org.junit.runners.model.Statement
在所有的@Before方法之前执行TestListener的setupMethod方法
在所有的@After方法之后执行TestListener的teardownMethod方法
- 作者:
- darui.wudr
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestAroundStatement
public TestAroundStatement(org.junit.runners.model.Statement parent,
TestListener listener,
Object test,
Method method)
evaluate
public void evaluate()
throws Throwable
- 指定者:
- 类
org.junit.runners.model.Statement 中的 evaluate
- 抛出:
Throwable
Copyright © 2013. All rights reserved.