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

org.test4j.Test4J Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package org.test4j;

import org.test4j.hamcrest.IWant;
import org.test4j.module.database.IDatabase;
import org.test4j.module.spring.ISpring;
import org.test4j.tools.IKit;

public interface Test4J extends ISpring, IWant, IDatabase, IKit {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy