1 package org.apache.maven.plugin.assembly.test;
3 import junit.framework.Test;
4 import junit.framework.TestCase;
5 import junit.framework.TestSuite;
8 * Unit test for simple App.
14 * Create the test case
16 * @param testName name of the test case
18 public AppTest( String testName )
24 * @return the suite of tests being tested
26 public static Test suite()
28 return new TestSuite( AppTest.class );