org.test4j.module.jmockit
类 JMockitModule

java.lang.Object
  继承者 org.test4j.module.jmockit.JMockitModule
所有已实现的接口:
Module, IPropItem

public class JMockitModule
extends Object
implements Module


嵌套类摘要
protected  class JMockitModule.JMockitTestListener
           
 
字段摘要
 
从接口 org.test4j.module.core.utility.IPropItem 继承的字段
CONNECT_ONLY_TESTDB, dbexport_auto, DBMAINTAINER_DISABLECONSTRAINTS, LOG4J_XML_FILE, PROPKEY_DATABASE_TYPE, PROPKEY_DATASOURCE_DRIVERCLASSNAME, PROPKEY_DATASOURCE_PASSWORD, PROPKEY_DATASOURCE_SCHEMAS, PROPKEY_DATASOURCE_URL, PROPKEY_DATASOURCE_USERNAME, PROPKEY_MODULES, SPRING_APPLICATION_CONTEXT_FACTORY_CLASS_NAME, SPRING_DATASOURCE_NAME, TRANSACTIONAL_MODE_DEFAULT
 
构造方法摘要
JMockitModule()
           
 
方法摘要
 void afterInit()
          Gives the module the opportunity to performs initialization that can only work after all other modules have been initialized
 TestListener getTestListener()
          Creates the test listener for this module.
 void init()
          根据test4j的配置信息初始化各个模块的变量

Initializes the module with the test4j properties.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JMockitModule

public JMockitModule()
方法详细信息

init

public void init()
从接口 Module 复制的描述
根据test4j的配置信息初始化各个模块的变量

Initializes the module with the test4j properties.

指定者:
接口 Module 中的 init

afterInit

public void afterInit()
从接口 Module 复制的描述
Gives the module the opportunity to performs initialization that can only work after all other modules have been initialized

指定者:
接口 Module 中的 afterInit

getTestListener

public TestListener getTestListener()
从接口 Module 复制的描述
Creates the test listener for this module.

指定者:
接口 Module 中的 getTestListener
返回:
The test listener, not null


Copyright © 2013. All rights reserved.