o Renamed classes for more expressive log output

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@791608 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-07-06 20:47:44 +00:00
parent 8911672630
commit 6b970f4344
33 changed files with 96 additions and 96 deletions

View File

@ -358,8 +358,8 @@ public class IntegrationTestSuite
suite.addTestSuite( MavenIT0144LifecycleExecutionOrderTest.class ); suite.addTestSuite( MavenIT0144LifecycleExecutionOrderTest.class );
suite.addTestSuite( MavenIT0143TransitiveDependencyScopesTest.class ); suite.addTestSuite( MavenIT0143TransitiveDependencyScopesTest.class );
suite.addTestSuite( MavenIT0142DirectDependencyScopesTest.class ); suite.addTestSuite( MavenIT0142DirectDependencyScopesTest.class );
suite.addTestSuite( MavenIT0140Test.class ); suite.addTestSuite( MavenIT0140InterpolationWithPomPrefixTest.class );
suite.addTestSuite( MavenIT0139Test.class ); suite.addTestSuite( MavenIT0139InterpolationWithProjectPrefixTest.class );
suite.addTestSuite( MavenIT0138PluginLifecycleTest.class ); suite.addTestSuite( MavenIT0138PluginLifecycleTest.class );
suite.addTestSuite( MavenIT0137EarLifecycleTest.class ); suite.addTestSuite( MavenIT0137EarLifecycleTest.class );
suite.addTestSuite( MavenIT0136RarLifecycleTest.class ); suite.addTestSuite( MavenIT0136RarLifecycleTest.class );
@ -370,36 +370,36 @@ public class IntegrationTestSuite
suite.addTestSuite( MavenIT0131SiteLifecycleTest.class ); suite.addTestSuite( MavenIT0131SiteLifecycleTest.class );
suite.addTestSuite( MavenIT0130CleanLifecycleTest.class ); suite.addTestSuite( MavenIT0130CleanLifecycleTest.class );
suite.addTestSuite( MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest.class ); suite.addTestSuite( MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest.class );
suite.addTestSuite( MavenIT0090Test.class ); suite.addTestSuite( MavenIT0090EnvVarInterpolationTest.class );
suite.addTestSuite( MavenIT0087Test.class ); suite.addTestSuite( MavenIT0087PluginRealmWithProjectLevelDepsTest.class );
suite.addTestSuite( MavenIT0086Test.class ); suite.addTestSuite( MavenIT0086PluginRealmTest.class );
suite.addTestSuite( MavenIT0085Test.class ); suite.addTestSuite( MavenIT0085TransitiveSystemScopeTest.class );
suite.addTestSuite( MavenIT0072Test.class ); suite.addTestSuite( MavenIT0072InterpolationWithDottedPropertyTest.class );
suite.addTestSuite( MavenIT0071Test.class ); suite.addTestSuite( MavenIT0071PluginConfigWithDottedPropertyTest.class );
suite.addTestSuite( MavenIT0064Test.class ); suite.addTestSuite( MavenIT0064MojoConfigViaSettersTest.class );
suite.addTestSuite( MavenIT0063Test.class ); suite.addTestSuite( MavenIT0063SystemScopeDependencyTest.class );
suite.addTestSuite( MavenIT0056Test.class ); suite.addTestSuite( MavenIT0056MultipleGoalExecutionsTest.class );
suite.addTestSuite( MavenIT0052Test.class ); suite.addTestSuite( MavenIT0052ReleaseProfileTest.class );
suite.addTestSuite( MavenIT0051Test.class ); suite.addTestSuite( MavenIT0051ReleaseProfileTest.class );
suite.addTestSuite( MavenIT0041Test.class ); suite.addTestSuite( MavenIT0041ArtifactTypeFromPluginExtensionTest.class );
suite.addTestSuite( MavenIT0040Test.class ); suite.addTestSuite( MavenIT0040PackagingFromPluginExtensionTest.class );
suite.addTestSuite( MavenIT0039Test.class ); suite.addTestSuite( MavenIT0039ReleasePomInReactorTest.class );
suite.addTestSuite( MavenIT0038Test.class ); suite.addTestSuite( MavenIT0038CustomPomFileTest.class );
suite.addTestSuite( MavenIT0037Test.class ); suite.addTestSuite( MavenIT0037AlternatePomFileTest.class );
suite.addTestSuite( MavenIT0036Test.class ); suite.addTestSuite( MavenIT0036ReleasePomTest.class );
suite.addTestSuite( MavenIT0032Test.class ); suite.addTestSuite( MavenIT0032MavenPrerequisiteTest.class );
suite.addTestSuite( MavenIT0030Test.class ); suite.addTestSuite( MavenIT0030DepPomDepMngtInheritanceTest.class );
suite.addTestSuite( MavenIT0025Test.class ); suite.addTestSuite( MavenIT0025MultipleExecutionLevelConfigsTest.class );
suite.addTestSuite( MavenIT0024Test.class ); suite.addTestSuite( MavenIT0024MultipleGoalExecutionsTest.class );
suite.addTestSuite( MavenIT0023Test.class ); suite.addTestSuite( MavenIT0023SettingsProfileTest.class );
suite.addTestSuite( MavenIT0021Test.class ); suite.addTestSuite( MavenIT0021PomProfileTest.class );
suite.addTestSuite( MavenIT0019Test.class ); suite.addTestSuite( MavenIT0019PluginVersionMngtBySuperPomTest.class );
suite.addTestSuite( MavenIT0018Test.class ); suite.addTestSuite( MavenIT0018DependencyManagementTest.class );
suite.addTestSuite( MavenIT0012Test.class ); suite.addTestSuite( MavenIT0012PomInterpolationTest.class );
suite.addTestSuite( MavenIT0011Test.class ); suite.addTestSuite( MavenIT0011DefaultVersionByDependencyManagementTest.class );
suite.addTestSuite( MavenIT0010Test.class ); suite.addTestSuite( MavenIT0010DependencyClosureResolutionTest.class );
suite.addTestSuite( MavenIT0009Test.class ); suite.addTestSuite( MavenIT0009GoalConfigurationTest.class );
suite.addTestSuite( MavenIT0008Test.class ); suite.addTestSuite( MavenIT0008SimplePluginTest.class );
/* /*
* Add tests in reverse alpha order above. * Add tests in reverse alpha order above.

View File

@ -24,11 +24,11 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
public class MavenIT0008Test public class MavenIT0008SimplePluginTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0008Test() public MavenIT0008SimplePluginTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -24,11 +24,11 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
public class MavenIT0009Test public class MavenIT0009GoalConfigurationTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0009Test() public MavenIT0009GoalConfigurationTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -25,10 +25,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
import java.util.List; import java.util.List;
public class MavenIT0010Test public class MavenIT0010DependencyClosureResolutionTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0010Test() public MavenIT0010DependencyClosureResolutionTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -25,10 +25,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
import java.util.List; import java.util.List;
public class MavenIT0011Test public class MavenIT0011DefaultVersionByDependencyManagementTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0011Test() public MavenIT0011DefaultVersionByDependencyManagementTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -24,10 +24,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
public class MavenIT0012Test public class MavenIT0012PomInterpolationTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0012Test() public MavenIT0012PomInterpolationTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -24,10 +24,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
public class MavenIT0018Test public class MavenIT0018DependencyManagementTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0018Test() public MavenIT0018DependencyManagementTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -24,10 +24,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
public class MavenIT0019Test public class MavenIT0019PluginVersionMngtBySuperPomTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0019Test() public MavenIT0019PluginVersionMngtBySuperPomTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -24,10 +24,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
public class MavenIT0021Test public class MavenIT0021PomProfileTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0021Test() public MavenIT0021PomProfileTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -24,10 +24,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
public class MavenIT0023Test public class MavenIT0023SettingsProfileTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0023Test() public MavenIT0023SettingsProfileTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -30,10 +30,10 @@ import java.io.File;
* @author John Casey * @author John Casey
* @version $Id$ * @version $Id$
*/ */
public class MavenIT0024Test public class MavenIT0024MultipleGoalExecutionsTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0024Test() public MavenIT0024MultipleGoalExecutionsTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -30,10 +30,10 @@ import java.io.File;
* @author John Casey * @author John Casey
* @version $Id$ * @version $Id$
*/ */
public class MavenIT0025Test public class MavenIT0025MultipleExecutionLevelConfigsTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0025Test() public MavenIT0025MultipleExecutionLevelConfigsTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -24,10 +24,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
public class MavenIT0030Test public class MavenIT0030DepPomDepMngtInheritanceTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0030Test() public MavenIT0030DepPomDepMngtInheritanceTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -24,10 +24,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
public class MavenIT0032Test public class MavenIT0032MavenPrerequisiteTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0032Test() public MavenIT0032MavenPrerequisiteTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -30,10 +30,10 @@ import java.io.File;
* @author John Casey * @author John Casey
* @version $Id$ * @version $Id$
*/ */
public class MavenIT0036Test public class MavenIT0036ReleasePomTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0036Test() public MavenIT0036ReleasePomTest()
{ {
super( "(2.0,3.0-alpha-1)" ); super( "(2.0,3.0-alpha-1)" );
} }

View File

@ -30,10 +30,10 @@ import java.io.File;
* @author John Casey * @author John Casey
* @version $Id$ * @version $Id$
*/ */
public class MavenIT0037Test public class MavenIT0037AlternatePomFileTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0037Test() public MavenIT0037AlternatePomFileTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -30,10 +30,10 @@ import java.io.File;
* @author John Casey * @author John Casey
* @version $Id$ * @version $Id$
*/ */
public class MavenIT0038Test public class MavenIT0038CustomPomFileTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0038Test() public MavenIT0038CustomPomFileTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -30,10 +30,10 @@ import java.io.File;
* @author John Casey * @author John Casey
* @version $Id$ * @version $Id$
*/ */
public class MavenIT0039Test public class MavenIT0039ReleasePomInReactorTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0039Test() public MavenIT0039ReleasePomInReactorTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -30,11 +30,11 @@ import java.io.File;
* @author Brett Porter * @author Brett Porter
* @version $Id$ * @version $Id$
*/ */
public class MavenIT0040Test public class MavenIT0040PackagingFromPluginExtensionTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0040Test() public MavenIT0040PackagingFromPluginExtensionTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -30,10 +30,10 @@ import java.io.File;
* @author Brett Porter * @author Brett Porter
* @version $Id$ * @version $Id$
*/ */
public class MavenIT0041Test public class MavenIT0041ArtifactTypeFromPluginExtensionTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0041Test() public MavenIT0041ArtifactTypeFromPluginExtensionTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -24,10 +24,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
public class MavenIT0051Test public class MavenIT0051ReleaseProfileTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0051Test() public MavenIT0051ReleaseProfileTest()
{ {
super( "(2.0.2,3.0-alpha-1)" ); // no longer supported in 3.0+ super( "(2.0.2,3.0-alpha-1)" ); // no longer supported in 3.0+
} }

View File

@ -24,10 +24,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
public class MavenIT0052Test public class MavenIT0052ReleaseProfileTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0052Test() public MavenIT0052ReleaseProfileTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -24,10 +24,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
public class MavenIT0056Test public class MavenIT0056MultipleGoalExecutionsTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0056Test() public MavenIT0056MultipleGoalExecutionsTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -25,10 +25,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
import java.util.List; import java.util.List;
public class MavenIT0063Test public class MavenIT0063SystemScopeDependencyTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0063Test() public MavenIT0063SystemScopeDependencyTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -24,10 +24,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
public class MavenIT0064Test public class MavenIT0064MojoConfigViaSettersTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0064Test() public MavenIT0064MojoConfigViaSettersTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -30,10 +30,10 @@ import java.io.File;
* @author John Casey * @author John Casey
* @version $Id$ * @version $Id$
*/ */
public class MavenIT0071Test public class MavenIT0071PluginConfigWithDottedPropertyTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0071Test() public MavenIT0071PluginConfigWithDottedPropertyTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -31,10 +31,10 @@ import java.util.Properties;
* @author John Casey * @author John Casey
* @version $Id$ * @version $Id$
*/ */
public class MavenIT0072Test public class MavenIT0072InterpolationWithDottedPropertyTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0072Test() public MavenIT0072InterpolationWithDottedPropertyTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -25,10 +25,10 @@ import org.apache.maven.it.util.ResourceExtractor;
import java.io.File; import java.io.File;
import java.util.Collection; import java.util.Collection;
public class MavenIT0085Test public class MavenIT0085TransitiveSystemScopeTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0085Test() public MavenIT0085TransitiveSystemScopeTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -31,11 +31,11 @@ import java.util.Properties;
* @author John Casey * @author John Casey
* @version $Id$ * @version $Id$
*/ */
public class MavenIT0086Test public class MavenIT0086PluginRealmTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0086Test() public MavenIT0086PluginRealmTest()
{ {
super( "(2.0.2,)" ); super( "(2.0.2,)" );
} }

View File

@ -31,11 +31,11 @@ import java.util.Properties;
* @author John Casey * @author John Casey
* @version $Id$ * @version $Id$
*/ */
public class MavenIT0087Test public class MavenIT0087PluginRealmWithProjectLevelDepsTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0087Test() public MavenIT0087PluginRealmWithProjectLevelDepsTest()
{ {
super( "(2.0.2,)" ); super( "(2.0.2,)" );
} }

View File

@ -27,10 +27,10 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
import java.util.Properties; import java.util.Properties;
public class MavenIT0090Test public class MavenIT0090EnvVarInterpolationTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0090Test() public MavenIT0090EnvVarInterpolationTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -30,10 +30,10 @@ import java.util.Properties;
* @author Benjamin Bentmann * @author Benjamin Bentmann
* @version $Id$ * @version $Id$
*/ */
public class MavenIT0139Test public class MavenIT0139InterpolationWithProjectPrefixTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0139Test() public MavenIT0139InterpolationWithProjectPrefixTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }

View File

@ -30,10 +30,10 @@ import java.util.Properties;
* @author Benjamin Bentmann * @author Benjamin Bentmann
* @version $Id$ * @version $Id$
*/ */
public class MavenIT0140Test public class MavenIT0140InterpolationWithPomPrefixTest
extends AbstractMavenIntegrationTestCase extends AbstractMavenIntegrationTestCase
{ {
public MavenIT0140Test() public MavenIT0140InterpolationWithPomPrefixTest()
{ {
super( ALL_MAVEN_VERSIONS ); super( ALL_MAVEN_VERSIONS );
} }