Class SvnJavaDiffCommandTckTest
- 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.diff.DiffCommandTckTest
-
- org.apache.maven.scm.provider.svn.command.diff.SvnDiffCommandTckTest
-
- org.apache.maven.scm.provider.svn.svnjava.command.diff.SvnJavaDiffCommandTckTest
-
- All Implemented Interfaces:
junit.framework.Test
public class SvnJavaDiffCommandTckTest extends org.apache.maven.scm.provider.svn.command.diff.SvnDiffCommandTckTest
- Version:
- $Id: SvnJavaDiffCommandTckTest.java 98 2009-03-25 23:49:02Z oliver.lamy $
- Author:
- David Hawkins
-
-
Constructor Summary
Constructors Constructor Description SvnJavaDiffCommandTckTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getScmUrl()
protected File
getWorkingDirectory()
void
initRepo()
-
Methods inherited from class org.apache.maven.scm.tck.command.diff.DiffCommandTckTest
testDiffCommand
-
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, 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.diff.SvnDiffCommandTckTest
- Throws:
Exception
-
getScmUrl
public String getScmUrl() throws Exception
- Overrides:
getScmUrl
in classorg.apache.maven.scm.provider.svn.command.diff.SvnDiffCommandTckTest
- Throws:
Exception
-
getWorkingDirectory
protected File getWorkingDirectory()
- Overrides:
getWorkingDirectory
in classorg.apache.maven.scm.ScmTestCase
-
-