Summary

Test suite

Test case 1

  1: Key key0 = new Key("");
  2: QualifierVector qualifierVector0 = new QualifierVector();
  3: MSPcrunchStreamFeature mSPcrunchStreamFeature0 = new MSPcrunchStreamFeature(key0, (Location) null, qualifierVector0);
  4: Feature feature0 = new Feature(mSPcrunchStreamFeature0);
  5: HydrophilicityAlgorithm hydrophilicityAlgorithm0 = new HydrophilicityAlgorithm(feature0);
  6: FeaturePlot featurePlot0 = new FeaturePlot(hydrophilicityAlgorithm0);
  7: featurePlot0.calculateFeatures(true);

Test case 2

  1: CoilFeatureAlgorithm coilFeatureAlgorithm0 = new CoilFeatureAlgorithm((Feature) null);
  2: FeaturePlot featurePlot0 = new FeaturePlot(coilFeatureAlgorithm0);

Test case 3

  1: Color color0 = Color.blue;
  2: Color[] colorArray0 = Plot.makeColours(color0, 1175);
  3: assertNotNull(colorArray0);

Test case 4

  1: Color color0 = new Color(0, 255, 0);
  2: Plot.makeColours(color0, 255);

Test case 5

  1: Color color0 = Color.RED;
  2: Plot.makeColours(color0, (-177));

Test case 6

  1: Plot.makeColours((Color) null, 2);

Test case 7

  1: SystemColor systemColor0 = SystemColor.menu;
  2: Plot.makeColours(systemColor0, 0);

Source Code

  1: No source found for uk.ac.sanger.artemis.components.Plot

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.components.Plot
  • Size: 7
  • Length: 18
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 0.20113636669507928
  • BranchCoverage: 0.09230769230769231
  • MethodCoverage: 0.09090909090909091
  • OutputCoverage: 0.05714285714285714


Back to Overview