blob: 1a50151cd8010e55f40691bd2ce5d0dc6257c68b [file] [log] [blame]
package org.apache.maven.its;
import junit.framework.Test;
import junit.framework.TestCase;
import org.apache.maven.it.IntegrationTestSuite;
import org.apache.maven.it.VerificationException;
public class Suite
extends TestCase
{
public static Test suite()
throws VerificationException
{
return IntegrationTestSuite.suite();
}
}