Test suite
Test case 1
1: StringReader stringReader0 = new StringReader("");
2: LinePushBackReader linePushBackReader0 = new LinePushBackReader(stringReader0);
3: MegaBlastComparisonData megaBlastComparisonData0 = new MegaBlastComparisonData(linePushBackReader0);
4: megaBlastComparisonData0.makeMatchFromString("");
Test case 2
1: boolean boolean0 = MegaBlastComparisonData.formatCorrect(") is badly formatted in this line: ");
2: assertFalse(boolean0);
Test case 3
1: MegaBlastComparisonData megaBlastComparisonData0 = new MegaBlastComparisonData();
2: MegaBlastComparisonData megaBlastComparisonData1 = (MegaBlastComparisonData)megaBlastComparisonData0.getNewSimpleComparisonData();
3: assertNotSame(megaBlastComparisonData1, megaBlastComparisonData0);
Test case 4
1: StringReader stringReader0 = new StringReader("BUG: Attempting to add duplicate filter ");
2: LinePushBackReader linePushBackReader0 = new LinePushBackReader(stringReader0);
3: MegaBlastComparisonData megaBlastComparisonData0 = new MegaBlastComparisonData(linePushBackReader0);
Test case 5
1: PipedReader pipedReader0 = new PipedReader();
2: LinePushBackReader linePushBackReader0 = new LinePushBackReader(pipedReader0);
3: MegaBlastComparisonData megaBlastComparisonData0 = new MegaBlastComparisonData(linePushBackReader0);
Test case 6
1: MegaBlastComparisonData megaBlastComparisonData0 = new MegaBlastComparisonData((LinePushBackReader) null);
Test case 7
1: MegaBlastComparisonData.formatCorrect((String) null);
Test case 8
1: MegaBlastComparisonData megaBlastComparisonData0 = new MegaBlastComparisonData();
2: megaBlastComparisonData0.makeMatchFromString((String) null);
Source Code
1: No source found for uk.ac.sanger.artemis.MegaBlastComparisonData
EvoSuite Parameters
- TARGET_CLASS: uk.ac.sanger.artemis.MegaBlastComparisonData
- Size: 8
- Length: 17
- criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
- Coverage: 0.5528096604495457
- BranchCoverage: 0.47058823529411764
- MethodCoverage: 1.0
- OutputCoverage: 0.06666666666666667
Back to Overview