Class SvnJavaStatusCommandTckTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.codehaus.plexus.PlexusTestCase
-
- org.apache.maven.scm.ScmTestCase
-
- org.apache.maven.scm.ScmTckTestCase
-
- org.apache.maven.scm.tck.command.status.StatusCommandTckTest
-
- org.apache.maven.scm.provider.svn.command.status.SvnStatusCommandTckTest
-
- org.apache.maven.scm.provider.svn.svnjava.command.status.SvnJavaStatusCommandTckTest
-
- All Implemented Interfaces:
junit.framework.Test
public class SvnJavaStatusCommandTckTest extends org.apache.maven.scm.provider.svn.command.status.SvnStatusCommandTckTest
- Version:
- $Id: SvnJavaStatusCommandTckTest.java 98 2009-03-25 23:49:02Z oliver.lamy $
- Author:
- David Hawkins
-
-
Constructor Summary
Constructors Constructor Description SvnJavaStatusCommandTckTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assertPathRelativePath(String expectedPath, String actualPath)
protected void
doCommit(File workingDirectory, org.apache.maven.scm.repository.ScmRepository repository)
FIXME remove when upgrading to scm 1.8 as the method commit has been to protectedString
getScmUrl()
void
initRepo()
void
testStatusCommandNewFile()
-
Methods inherited from class org.apache.maven.scm.tck.command.status.StatusCommandTckTest
commit, commitUpdateCopy, testStatusCommand
-
Methods inherited from class org.apache.maven.scm.ScmTckTestCase
addToWorkingTree, checkIn, checkOut, edit, getScmFileNames, getScmRepository, mapFilesByPath, removeRepo, setUp, tearDown
-
Methods inherited from class org.apache.maven.scm.ScmTestCase
assertCommandLine, assertFile, assertPath, assertResultIsSuccess, deleteDirectory, execute, getAssertionCopy, getDate, getDate, getDate, getRepository, getRepositoryRoot, getScmFileSet, getScmManager, getSecDispatcher, getUpdatingCopy, getWorkingCopy, getWorkingDirectory, isSystemCmd, makeDirectory, makeFile, makeFile, makeScmRepository, printOutputError, printSystemCmdUnavail, setDebugExecute
-
Methods inherited from class org.codehaus.plexus.PlexusTestCase
createContainerInstance, customizeContext, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getContainer, getCustomConfiguration, getResourceAsStream, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, release
-
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
-
initRepo
public void initRepo() throws Exception
- Overrides:
initRepo
in classorg.apache.maven.scm.provider.svn.command.status.SvnStatusCommandTckTest
- Throws:
Exception
-
getScmUrl
public String getScmUrl() throws Exception
- Overrides:
getScmUrl
in classorg.apache.maven.scm.provider.svn.command.status.SvnStatusCommandTckTest
- Throws:
Exception
-
assertPathRelativePath
public void assertPathRelativePath(String expectedPath, String actualPath) throws Exception
- Parameters:
expectedPath
-actualPath
-- Throws:
Exception
-
-