Class StatusCommandTckTest

  • All Implemented Interfaces:
    junit.framework.Test
    Direct Known Subclasses:
    CvsStatusCommandTckTest, GitStatusCommandTckTest, SvnStatusCommandTckTest

    public abstract class StatusCommandTckTest
    extends ScmTckTestCase
    This test tests the status command.

    It works like this:

    1. Check out the files to directory getWorkingCopy().
    2. Check out the files to directory getUpdatingCopy().
    3. Change the files in getWorkingCopy().
    4. Commit the files in getWorkingCopy(). Note that the provider must not use the check in command as it can be guaranteed to work as it's not yet tested.
    5. Use the update command in getUpdatingCopy() to assert that the files that was supposed to be updated actually was updated.
    Author:
    Brett Porter
    • Constructor Detail

      • StatusCommandTckTest

        public StatusCommandTckTest()
    • Method Detail

      • commit

        protected void commit​(java.io.File workingDirectory,
                              ScmRepository repository)
                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • commitUpdateCopy

        protected boolean commitUpdateCopy()
      • testStatusCommand

        public void testStatusCommand()
                               throws java.lang.Exception
        Throws:
        java.lang.Exception