Test suite
Test case 1
1: HydrophobicityAlgorithm hydrophobicityAlgorithm0 = new HydrophobicityAlgorithm((Feature) null);
2: hydrophobicityAlgorithm0.getMinimumInternal();
Test case 2
1: HydrophobicityAlgorithm hydrophobicityAlgorithm0 = new HydrophobicityAlgorithm((Feature) null);
2: Float float0 = hydrophobicityAlgorithm0.getMaximumInternal();
3: assertEquals(4.0F, (float)float0, 0.01F);
Test case 3
1: HydrophobicityAlgorithm hydrophobicityAlgorithm0 = new HydrophobicityAlgorithm((Feature) null);
2: int int0 = hydrophobicityAlgorithm0.getValueCount();
3: assertEquals(1, int0);
Source Code
1: No source found for uk.ac.sanger.artemis.plot.HydrophobicityAlgorithm
EvoSuite Parameters
- TARGET_CLASS: uk.ac.sanger.artemis.plot.HydrophobicityAlgorithm
- Size: 3
- Length: 6
- criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
- Coverage: 0.9183673469387755
- BranchCoverage: 1.0
- MethodCoverage: 1.0
- OutputCoverage: 0.3469387755102041
Back to Overview