Class GitChangeLogCommandTckTest


public abstract class GitChangeLogCommandTckTest extends ChangeLogCommandTckTest
Author:
Mark Struberg
  • Field Details

  • Constructor Details

    • GitChangeLogCommandTckTest

      public GitChangeLogCommandTckTest()
  • Method Details

    • initRepo

      public void initRepo() throws Exception
      Specified by:
      initRepo in class ScmTckTestCase
      Throws:
      Exception
    • checkOut

      protected CheckOutScmResult checkOut(File workingDirectory, ScmRepository repository) throws Exception
      Overrides:
      checkOut in class ScmTckTestCase
      Throws:
      Exception
    • testChangeLogCommandFromHeadAncestorAndHead

      public void testChangeLogCommandFromHeadAncestorAndHead() throws Exception
      Throws:
      Exception
    • testChangeLogCommandFromHeadToHead

      public void testChangeLogCommandFromHeadToHead() throws Exception
      Throws:
      Exception
    • testChangeLogCommandFromUndefinedToHead

      public void testChangeLogCommandFromUndefinedToHead() throws Exception
      Throws:
      Exception
    • testChangeLogCommandFromVersionToUndefined

      public void testChangeLogCommandFromVersionToUndefined() throws Exception
      Throws:
      Exception
    • testChangeLogCommandFromVoneToVtwo

      public void testChangeLogCommandFromVoneToVtwo() throws Exception
      Throws:
      Exception
    • testChangeLogCommandWithStartEndInBadOrder

      public void testChangeLogCommandWithStartEndInBadOrder() throws Exception
      Throws:
      Exception
    • testChangeLogCommandFromHeadToStartOfRepository

      public void testChangeLogCommandFromHeadToStartOfRepository() throws Exception
      Throws:
      Exception
    • testChangeLogCommandFromVersionToStartOfRepository

      public void testChangeLogCommandFromVersionToStartOfRepository() throws Exception
      Throws:
      Exception