Class AbstractCvsScmTest

    • Constructor Detail

      • AbstractCvsScmTest

        public AbstractCvsScmTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Overrides:
        setUp in class ScmTestCase
        Throws:
        java.lang.Exception
      • getScmRepository

        protected ScmRepository getScmRepository()
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • assertBetween

        public void assertBetween​(long small,
                                  long large,
                                  long value)