Class TestCasesFasta


  • public class TestCasesFasta
    extends java.lang.Object
    Test case for FASTA file parsing
    Author:
    pcingola
    • Constructor Summary

      Constructors 
      Constructor Description
      TestCasesFasta()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void test_01()
      Bug: Fasta file iterator should not crash if first line is empty
      • Methods inherited from class java.lang.Object

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

      • TestCasesFasta

        public TestCasesFasta()
    • Method Detail

      • test_01

        public void test_01()
        Bug: Fasta file iterator should not crash if first line is empty