
cltool4j.AllToolTests Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cltool4j Show documentation
Show all versions of cltool4j Show documentation
Command-line infrastructure for Java
The newest version!
package cltool4j;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import cltool4j.args4j.TestArgs4J;
@RunWith(Suite.class)
@Suite.SuiteClasses({ TestArgs4J.class, TestBaseCommandlineTool.class, TestLinewiseCommandlineTool.class,
TestBatchCommandlineTool.class })
public class AllToolTests {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy