Class TestCasesGenomicSequences


  • public class TestCasesGenomicSequences
    extends java.lang.Object
    Test case
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void test_01()
      Create many small chromosomes, check that they are saved in only one sequences.bin file Test that we can recover the exact sequences
      void test_02()
      Create many small chromosomes and a few large ones.
      • Methods inherited from class java.lang.Object

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

      • TestCasesGenomicSequences

        public TestCasesGenomicSequences()
    • Method Detail

      • test_01

        public void test_01()
        Create many small chromosomes, check that they are saved in only one sequences.bin file Test that we can recover the exact sequences
      • test_02

        public void test_02()
        Create many small chromosomes and a few large ones. Check that all small chromosomes are saved in only one sequences.bin file and the large ones are saved into separate files Test that we can recover the exact sequences