![JAR search and dependency download from the Maven repository](/logo.png)
com.github.dakusui.jcunit8.runners.junit4.ITestCaseRunner Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcunit Show documentation
Show all versions of jcunit Show documentation
Automated combinatorial testing framework on top of JUnit
The newest version!
package com.github.dakusui.jcunit8.runners.junit4;
import com.github.dakusui.jcunit8.testsuite.TestCase;
public interface ITestCaseRunner {
TestCase getTestCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy