Test suite
Test case 1
1: SAMRecordFlagPredicate sAMRecordFlagPredicate0 = new SAMRecordFlagPredicate(58, false);
2: int[] intArray0 = new int[5];
3: SAMRecordFlagPredicate.FLAGS = intArray0;
4: SAMRecord sAMRecord0 = new SAMRecord((SAMFileHeader) null);
5: boolean boolean0 = sAMRecordFlagPredicate0.testPredicate(sAMRecord0);
6: assertFalse(boolean0);
Test case 2
1: SAMRecordFlagPredicate sAMRecordFlagPredicate0 = new SAMRecordFlagPredicate(0);
2: sAMRecordFlagPredicate0.testPredicate((SAMRecord) null);
Test case 3
1: SAMRecordFlagPredicate sAMRecordFlagPredicate0 = new SAMRecordFlagPredicate(58, false);
2: int[] intArray0 = new int[5];
3: intArray0[0] = 1653;
4: intArray0[1] = 58;
5: intArray0[2] = 58;
6: intArray0[3] = 58;
7: intArray0[4] = (-1258);
8: SAMRecordFlagPredicate.FLAGS = intArray0;
9: SAMRecord sAMRecord0 = new SAMRecord((SAMFileHeader) null);
10: boolean boolean0 = sAMRecordFlagPredicate0.testPredicate(sAMRecord0);
11: assertTrue(boolean0);
Test case 4
1: SAMRecordFlagPredicate sAMRecordFlagPredicate0 = new SAMRecordFlagPredicate((-1003));
2: int[] intArray0 = new int[4];
3: SAMRecordFlagPredicate.FLAGS = intArray0;
4: intArray0[0] = (-1003);
5: SAMRecord sAMRecord0 = new SAMRecord((SAMFileHeader) null);
6: boolean boolean0 = sAMRecordFlagPredicate0.testPredicate(sAMRecord0);
7: assertTrue(boolean0);
Source Code
1: No source found for uk.ac.sanger.artemis.components.alignment.SAMRecordFlagPredicate
EvoSuite Parameters
- TARGET_CLASS: uk.ac.sanger.artemis.components.alignment.SAMRecordFlagPredicate
- Size: 4
- Length: 23
- criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
- Coverage: 0.9990079365079365
- BranchCoverage: 1.0
- MethodCoverage: 1.0
- OutputCoverage: 1.0
Back to Overview