formating/imports

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-21 20:36:05 +00:00
parent 555fc752f9
commit db0f39f45f
1 changed files with 114 additions and 110 deletions

View File

@ -1,10 +1,14 @@
package org.apache.maven.integrationtests; package org.apache.maven.integrationtests;
import junit.framework.*; import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
public class IntegrationTestSuite extends TestCase { public class IntegrationTestSuite
extends TestCase
public static Test suite() { {
public static Test suite()
{
TestSuite suite = new TestSuite(); TestSuite suite = new TestSuite();
suite.addTestSuite( MavenIT0000Test.class ); suite.addTestSuite( MavenIT0000Test.class );
suite.addTestSuite( MavenIT0001Test.class ); suite.addTestSuite( MavenIT0001Test.class );