Class BlameCommandTckTest

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.blame.BlameCommandTckTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
GitBlameCommandTckTest, SvnBlameCommandTckTest

public abstract class BlameCommandTckTest extends ScmTckTestCase
  • Field Details

  • Constructor Details

    • BlameCommandTckTest

      public BlameCommandTckTest()
  • Method Details

    • testBlameCommand

      public void testBlameCommand() throws Exception
      Throws:
      Exception
    • isTestDateTime

      protected boolean isTestDateTime()
    • assertDateBetween

      protected void assertDateBetween(Date start, Date end, Date actual)
    • verifyResult

      protected abstract void verifyResult(BlameScmResult result)