Test suite
Test case 1
1: GenbankStreamFeature genbankStreamFeature0 = new GenbankStreamFeature();
2: GFFStreamFeature gFFStreamFeature0 = new GFFStreamFeature(genbankStreamFeature0, false);
3: Feature feature0 = new Feature(gFFStreamFeature0);
4: HydrophilicityAlgorithm hydrophilicityAlgorithm0 = new HydrophilicityAlgorithm(feature0);
5: hydrophilicityAlgorithm0.getFeature();
Test case 2
1: HydrophilicityAlgorithm hydrophilicityAlgorithm0 = new HydrophilicityAlgorithm((Feature) null);
2: float[] floatArray0 = new float[5];
3: hydrophilicityAlgorithm0.getValues(1, 1, floatArray0);
Test case 3
1: CoilFeatureAlgorithm coilFeatureAlgorithm0 = new CoilFeatureAlgorithm((Feature) null);
2: Feature feature0 = coilFeatureAlgorithm0.getFeature();
3: assertNull(feature0);
Test case 4
1: HydrophilicityAlgorithm hydrophilicityAlgorithm0 = new HydrophilicityAlgorithm((Feature) null);
2: int int0 = hydrophilicityAlgorithm0.getValueCount();
3: assertEquals(1, int0);
Source Code
1: No source found for uk.ac.sanger.artemis.plot.FeatureAlgorithm
EvoSuite Parameters
- TARGET_CLASS: uk.ac.sanger.artemis.plot.FeatureAlgorithm
- Size: 4
- Length: 12
- criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
- Coverage: 0.7916666666666667
- BranchCoverage: 1.0
- MethodCoverage: 1.0
- OutputCoverage: 0.5
Back to Overview