Class TestCasesIntegrationMarkerSeq


  • public class TestCasesIntegrationMarkerSeq
    extends java.lang.Object
    Test case
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean debug  
      protected java.util.Random rand  
      protected int randSeed  
      protected boolean verbose  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void initRand()  
      void test_01()
      Test markerSeq.getSequence(marker) method Compare to trivial implementation
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • debug

        protected boolean debug
      • verbose

        protected boolean verbose
      • randSeed

        protected int randSeed
      • rand

        protected java.util.Random rand
    • Constructor Detail

      • TestCasesIntegrationMarkerSeq

        public TestCasesIntegrationMarkerSeq()
    • Method Detail

      • initRand

        protected void initRand()
      • test_01

        public void test_01()
        Test markerSeq.getSequence(marker) method Compare to trivial implementation