org.test4j.module.core
类 ClazzAroundObject

java.lang.Object
  继承者 org.test4j.module.core.ClazzAroundObject
直接已知子类:
ClazzAroundObject.ClazzAfterObject, ClazzAroundObject.ClazzBeforeObject

public abstract class ClazzAroundObject
extends Object

用来指代@BeforeClass和@AfterClass执行时,当前的测试对象(testedObject)

作者:
darui.wudr

嵌套类摘要
static class ClazzAroundObject.ClazzAfterObject
           
static class ClazzAroundObject.ClazzBeforeObject
           
 
构造方法摘要
protected ClazzAroundObject(Class clazz)
           
 
方法摘要
 void clean()
           
 boolean equals(Object obj)
           
 Class getClazz()
           
 int hashCode()
           
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ClazzAroundObject

protected ClazzAroundObject(Class clazz)
方法详细信息

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

equals

public boolean equals(Object obj)
覆盖:
Object 中的 equals

getClazz

public Class getClazz()

clean

public void clean()


Copyright © 2013. All rights reserved.