Class CheckOutCommandTckTest

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.checkout.CheckOutCommandTckTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
CvsCheckOutCommandTckTest, GitCheckOutCommandTckTest, SvnCheckOutCommandTckTest

public abstract class CheckOutCommandTckTest extends ScmTckTestCase
This test tests the check out command.
  • Constructor Details

    • CheckOutCommandTckTest

      public CheckOutCommandTckTest()
  • Method Details

    • testCheckOutCommandTest

      public void testCheckOutCommandTest() throws Exception
      Throws:
      Exception