All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mars.junit.MarsJunit Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package com.mars.junit;

import com.mars.mybatis.init.InitJdbc;

/**
 * junit
 */
public abstract class MarsJunit {

    /**
     * 加载项目启动的必要数据
     * @param packName
     */
    public void init(String packName){
        MarsJunitStart.start(new InitJdbc(),packName,this,null);
    }

    /**
     * 单测开始前
     */
    public abstract void before();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy