Test suite
Test case 1
1: boolean boolean0 = IndexFastaStream.isIndexed((Entry) null);
2: assertFalse(boolean0);
Test case 2
1: SimpleEntryInformation simpleEntryInformation0 = (SimpleEntryInformation)SimpleEntryInformation.getDefaultEntryInformation();
2: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry(simpleEntryInformation0);
3: boolean boolean0 = IndexFastaStream.isIndexed(mSPcrunchDocumentEntry0);
4: assertFalse(boolean0);
Test case 3
1: IndexFastaStream indexFastaStream0 = new IndexFastaStream((Entry) null);
Source Code
1: No source found for uk.ac.sanger.artemis.io.IndexFastaStream
EvoSuite Parameters
- TARGET_CLASS: uk.ac.sanger.artemis.io.IndexFastaStream
- Size: 3
- Length: 5
- criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
- Coverage: 0.1737189729953562
- BranchCoverage: 0.06557377049180328
- MethodCoverage: 0.11764705882352941
- OutputCoverage: 0.015625
Back to Overview