Summary

Test suite

Test case 1

  1: JPasswordField jPasswordField0 = new JPasswordField("", 0);
  2: DatabaseDocument databaseDocument0 = new DatabaseDocument("", jPasswordField0, "Program", "Program", true);
  3: EmblStreamFeature emblStreamFeature0 = new EmblStreamFeature();
  4: Feature feature0 = new Feature(emblStreamFeature0);
  5: OrthoParalogTable orthoParalogTable0 = new OrthoParalogTable(databaseDocument0, (Qualifier) null, (Qualifier) null, feature0, false);

Test case 2

  1: SshLogin sshLogin0 = new SshLogin();
  2: JPasswordField jPasswordField0 = sshLogin0.getJPasswordField();
  3: DatabaseDocument databaseDocument0 = new DatabaseDocument("f%-Q@=", jPasswordField0, "", "", true);
  4: Qualifier qualifier0 = new Qualifier("0", (String) null);
  5: OrthoParalogTable orthoParalogTable0 = new OrthoParalogTable(databaseDocument0, qualifier0, qualifier0, (Feature) null, true);

Test case 3

  1: JPasswordField jPasswordField0 = new JPasswordField(40);
  2: DatabaseDocument databaseDocument0 = new DatabaseDocument("", jPasswordField0, "VIEW", "V1Q{'k\\S~", true);
  3: Feature feature0 = new Feature();
  4: FeatureLocLazyQualifierValue featureLocLazyQualifierValue0 = new FeatureLocLazyQualifierValue(feature0, 40);
  5: QualifierLazyLoading qualifierLazyLoading0 = new QualifierLazyLoading("", featureLocLazyQualifierValue0);
  6: OrthoParalogTable orthoParalogTable0 = new OrthoParalogTable(databaseDocument0, qualifierLazyLoading0, qualifierLazyLoading0, (uk.ac.sanger.artemis.Feature) null, true);

Test case 4

  1: BlastEntryInformation blastEntryInformation0 = new BlastEntryInformation();
  2: Key key0 = blastEntryInformation0.getDefaultKey();
  3: Range range0 = new Range(0);
  4: RangeVector rangeVector0 = new RangeVector(range0);
  5: Location location0 = new Location(rangeVector0, true);
  6: QualifierVector qualifierVector0 = new QualifierVector();
  7: DatabaseStreamFeature databaseStreamFeature0 = new DatabaseStreamFeature(key0, location0, qualifierVector0);
  8: OrthoParalogTable.hasOrthoParlaog((Qualifier) null, (Qualifier) null, databaseStreamFeature0);

Test case 5

  1: Qualifier qualifier0 = new Qualifier("yFC+^4Nc", " was found when ");
  2: Key key0 = Key.CDS;
  3: Range range0 = new Range(82, 82);
  4: RangeVector rangeVector0 = new RangeVector(range0);
  5: Location location0 = new Location(rangeVector0, true);
  6: QualifierVector qualifierVector0 = new QualifierVector();
  7: GFFStreamFeature gFFStreamFeature0 = new GFFStreamFeature(key0, location0, qualifierVector0);
  8: boolean boolean0 = OrthoParalogTable.hasOrthoParlaog(qualifier0, qualifier0, gFFStreamFeature0);
  9: assertTrue(boolean0);

Test case 6

  1: Qualifier qualifier0 = new Qualifier("yFC+^4Nc", " was found when ");
  2: Key key0 = Key.CDS;
  3: Range range0 = new Range(82, 82);
  4: RangeVector rangeVector0 = new RangeVector(range0);
  5: Location location0 = new Location(rangeVector0, true);
  6: QualifierVector qualifierVector0 = new QualifierVector();
  7: DatabaseStreamFeature databaseStreamFeature0 = new DatabaseStreamFeature(key0, location0, qualifierVector0);
  8: boolean boolean0 = OrthoParalogTable.hasCluster((Qualifier) null, qualifier0, databaseStreamFeature0);
  9: assertFalse(boolean0);

Test case 7

  1: QualifierLazyLoading qualifierLazyLoading0 = new QualifierLazyLoading("9`~]4J9>/%B1#ue&", (List) null);
  2: OrthoParalogTable.hasOrthoParlaog(qualifierLazyLoading0, qualifierLazyLoading0, (GFFStreamFeature) null);

Test case 8

  1: OrthoParalogTable.containsStringInStringVector("cluster_name", (StringVector) null);

Test case 9

  1: StringVector stringVector0 = new StringVector();
  2: boolean boolean0 = OrthoParalogTable.containsStringInStringVector("m+D^,VtN]H", stringVector0);
  3: assertFalse(boolean0);

Test case 10

  1: String[] stringArray0 = new String[1];
  2: StringVector stringVector0 = new StringVector(stringArray0);
  3: OrthoParalogTable.containsStringInStringVector("M:s-", stringVector0);

Test case 11

  1: String[] stringArray0 = new String[1];
  2: stringArray0[0] = "M:s-";
  3: StringVector stringVector0 = new StringVector(stringArray0);
  4: boolean boolean0 = OrthoParalogTable.containsStringInStringVector("M:s-", stringVector0);
  5: assertTrue(boolean0);

Test case 12

  1: StringVector stringVector0 = new StringVector();
  2: OrthoParalogTable.containsStringInStringVector("", stringVector0);

Test case 13

  1: Qualifier qualifier0 = new Qualifier();
  2: OrthoParalogTable.hasCluster(qualifier0, qualifier0, (GFFStreamFeature) null);

Source Code

  1: No source found for uk.ac.sanger.artemis.components.genebuilder.ortholog.OrthoParalogTable

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.components.genebuilder.ortholog.OrthoParalogTable
  • Size: 13
  • Length: 56
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 0.2793432392617175
  • BranchCoverage: 0.18972332015810275
  • MethodCoverage: 0.3333333333333333
  • OutputCoverage: 0.25


Back to Overview