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.13
Show newest version
package com.mars.junit;

import com.mars.jdbc.load.InitJdbc;
import com.mars.start.base.BaseJunit;

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

    @Override
    public InitJdbc getInitJdbc() {
        return new InitJdbc();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy