Class 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
    • Field Summary

      • Fields inherited from class org.apache.maven.scm.ScmTestCase

        GMT_TIME_ZONE
      • Fields inherited from class org.codehaus.plexus.PlexusTestCase

        basedir, container
    • 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 protected
      String 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
    • Constructor Detail

      • SvnJavaStatusCommandTckTest

        public SvnJavaStatusCommandTckTest()
    • Method Detail

      • initRepo

        public void initRepo()
                      throws Exception
        Overrides:
        initRepo in class org.apache.maven.scm.provider.svn.command.status.SvnStatusCommandTckTest
        Throws:
        Exception
      • getScmUrl

        public String getScmUrl()
                         throws Exception
        Overrides:
        getScmUrl in class org.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
      • testStatusCommandNewFile

        public void testStatusCommandNewFile()
                                      throws Exception
        Throws:
        Exception
      • doCommit

        protected void doCommit​(File workingDirectory,
                                org.apache.maven.scm.repository.ScmRepository repository)
                         throws Exception
        FIXME remove when upgrading to scm 1.8 as the method commit has been to protected
        Throws:
        Exception