Class BlameCommandTckTest


public abstract class BlameCommandTckTest extends ScmTckTestCase
Author:
Evgeny Mandrikov
  • 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)