org.apache.maven.wagon
Class CommandExecutorTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.wagon.CommandExecutorTestCase
All Implemented Interfaces:
Test

public abstract class CommandExecutorTestCase
extends org.codehaus.plexus.PlexusTestCase

Base class for command executor tests.

Version:
$Id: CommandExecutorTestCase.java 658720 2008-05-21 14:49:22Z bentmann $
Author:
Brett Porter

Constructor Summary
CommandExecutorTestCase()
           
 
Method Summary
protected abstract  Repository getTestRepository()
           
 void testErrorInCommandExecuted()
           
 void testExecuteSuccessfulCommand()
           
 void testIgnoreFailuresInCommandExecuted()
           
 
Methods inherited from class org.codehaus.plexus.PlexusTestCase
customizeComponentConfiguration, customizeContainerConfiguration, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getConfigurationName, getContainer, getCustomConfigurationName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, release, setUp, setupContainer, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandExecutorTestCase

public CommandExecutorTestCase()
Method Detail

testErrorInCommandExecuted

public void testErrorInCommandExecuted()
                                throws Exception
Throws:
Exception

testIgnoreFailuresInCommandExecuted

public void testIgnoreFailuresInCommandExecuted()
                                         throws Exception
Throws:
Exception

testExecuteSuccessfulCommand

public void testExecuteSuccessfulCommand()
                                  throws Exception
Throws:
Exception

getTestRepository

protected abstract Repository getTestRepository()


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.