Class SshCommandExecutorTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.codehaus.plexus.PlexusTestCase
-
- org.apache.maven.wagon.CommandExecutorTestCase
-
- org.apache.maven.wagon.providers.rsync.external.SshCommandExecutorTest
-
- All Implemented Interfaces:
junit.framework.Test
public class SshCommandExecutorTest extends CommandExecutorTestCase
Test the command executor.- Author:
- Brett Porter
-
-
Constructor Summary
Constructors Constructor Description SshCommandExecutorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RepositorygetTestRepository()-
Methods inherited from class org.apache.maven.wagon.CommandExecutorTestCase
testErrorInCommandExecuted, testExecuteSuccessfulCommand, 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
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
-
-
-
-
Method Detail
-
getTestRepository
protected Repository getTestRepository()
- Specified by:
getTestRepositoryin classCommandExecutorTestCase
-
-