Package coneforest.psylla.tools
Class PsyllaTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- coneforest.psylla.tools.PsyllaTest
-
- All Implemented Interfaces:
junit.framework.Test
public class PsyllaTest extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description PsyllaTest(String testName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iterable<String[]>
data()
static void
runTest(String testName)
static void
runTest(String testName, String[] testArgs)
static void
runTest(String testName, String[] testArgs, String[] psyllaArgs)
static junit.framework.Test
suite()
void
test()
-
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, setName, toString
-
-
-
-
Field Detail
-
testName
public final String testName
-
-
Constructor Detail
-
PsyllaTest
public PsyllaTest(String testName)
-
-
Method Detail
-
suite
public static junit.framework.Test suite()
-
test
public void test() throws IOException
- Throws:
IOException
-
runTest
public static void runTest(String testName, String[] testArgs, String[] psyllaArgs) throws IOException
- Throws:
IOException
-
runTest
public static void runTest(String testName, String[] testArgs) throws IOException
- Throws:
IOException
-
runTest
public static void runTest(String testName) throws IOException
- Throws:
IOException
-
-