Class SshBasicTestBase

  • Direct Known Subclasses:
    SshTestBase

    public abstract class SshBasicTestBase
    extends SshTestHarness
    Some minimal cloning and fetching tests. Concrete subclasses can implement the abstract operations from SshTestHarness to run with different SSH implementations.
    • Field Detail

      • defaultCloneDir

        protected java.io.File defaultCloneDir
    • Constructor Detail

      • SshBasicTestBase

        public SshBasicTestBase()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Description copied from class: RepositoryTestCase
        Setup test
        Overrides:
        setUp in class SshTestHarness
        Throws:
        java.lang.Exception
      • testSshCloneWithConfig

        public void testSshCloneWithConfig()
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSshFetchWithConfig

        public void testSshFetchWithConfig()
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception