mirror of https://github.com/apache/maven.git
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:
parent
555fc752f9
commit
db0f39f45f
|
@ -1,10 +1,14 @@
|
|||
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 static Test suite() {
|
||||
public class IntegrationTestSuite
|
||||
extends TestCase
|
||||
{
|
||||
public static Test suite()
|
||||
{
|
||||
TestSuite suite = new TestSuite();
|
||||
suite.addTestSuite( MavenIT0000Test.class );
|
||||
suite.addTestSuite( MavenIT0001Test.class );
|
||||
|
|
Loading…
Reference in New Issue