Class AbstractRemoteInfoCommandTckTest

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.remoteinfo.AbstractRemoteInfoCommandTckTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
AbstractGitRemoteInfoCommandTckTest, AbstractSvnRemoteInfoCommandTckTest

public abstract class AbstractRemoteInfoCommandTckTest extends ScmTckTestCase
This test tests the remote info command.

This test have to be subclassed. The expected result have to be implemented in sub class

  • Constructor Details

    • AbstractRemoteInfoCommandTckTest

      public AbstractRemoteInfoCommandTckTest()
  • Method Details