Summary

Test suite

Test case 1

  1: ClusterLazyQualifierValue clusterLazyQualifierValue0 = new ClusterLazyQualifierValue((String) null, (String) null, (GFFStreamFeature) null);
  2: boolean boolean0 = clusterLazyQualifierValue0.isLazyLoaded();
  3: assertFalse(boolean0);

Test case 2

  1: ClusterLazyQualifierValue clusterLazyQualifierValue0 = new ClusterLazyQualifierValue("", "mJ+V4?Z:T", (GFFStreamFeature) null);
  2: String string0 = clusterLazyQualifierValue0.getValue();
  3: assertFalse(clusterLazyQualifierValue0.isLazyLoaded());
  4: assertEquals("", string0);

Test case 3

  1: ClusterLazyQualifierValue clusterLazyQualifierValue0 = new ClusterLazyQualifierValue("", "mJ+V4?Z:T", (GFFStreamFeature) null);
  2: clusterLazyQualifierValue0.setForceLoad(true);
  3: clusterLazyQualifierValue0.getString();

Test case 4

  1: ClusterLazyQualifierValue clusterLazyQualifierValue0 = new ClusterLazyQualifierValue((String) null, "", (GFFStreamFeature) null);
  2: clusterLazyQualifierValue0.setLoadGeneName(false);
  3: assertFalse(clusterLazyQualifierValue0.isLazyLoaded());

Test case 5

  1: ClusterLazyQualifierValue clusterLazyQualifierValue0 = new ClusterLazyQualifierValue("", "#NY", (GFFStreamFeature) null);
  2: String string0 = clusterLazyQualifierValue0.getString();
  3: assertFalse(clusterLazyQualifierValue0.isLazyLoaded());
  4: assertEquals("", string0);

Test case 6

  1: JembossParams jembossParams0 = new JembossParams();
  2: Vector<Object> vector0 = jembossParams0.modeVector();
  3: JPasswordField jPasswordField0 = new JPasswordField();
  4: DatabaseDocument databaseDocument0 = new DatabaseDocument("' ) ", jPasswordField0, "0K", "[)kUDnXSaRb/<");
  5: ClusterLazyQualifierValue.setClusterFromValueList(vector0, databaseDocument0);

Test case 7

  1: ClusterLazyQualifierValue.setClusterFromValueList((List) null, (DatabaseDocument) null);

Test case 8

  1: ClusterLazyQualifierValue clusterLazyQualifierValue0 = new ClusterLazyQualifierValue("700V|lVoob/heuu", "", (GFFStreamFeature) null);
  2: String string0 = clusterLazyQualifierValue0.getString();
  3: assertEquals("700V|lVoob/heuu", string0);
  4: assertFalse(clusterLazyQualifierValue0.isLazyLoaded());

Test case 9

  1: ClusterLazyQualifierValue clusterLazyQualifierValue0 = new ClusterLazyQualifierValue((String) null, (String) null, (GFFStreamFeature) null);
  2: clusterLazyQualifierValue0.getString();
  3: assertFalse(clusterLazyQualifierValue0.isLazyLoaded());

Test case 10

  1: ClusterLazyQualifierValue clusterLazyQualifierValue0 = new ClusterLazyQualifierValue("CKnKR32", "Change translation table to:\n", (GFFStreamFeature) null);
  2: String string0 = clusterLazyQualifierValue0.getValue();
  3: assertEquals("CKnKR32", string0);
  4: assertFalse(clusterLazyQualifierValue0.isLazyLoaded());

Test case 11

  1: ClusterLazyQualifierValue clusterLazyQualifierValue0 = new ClusterLazyQualifierValue((String) null, (String) null, (GFFStreamFeature) null);
  2: clusterLazyQualifierValue0.getValue();
  3: assertFalse(clusterLazyQualifierValue0.isLazyLoaded());

Source Code

  1: No source found for uk.ac.sanger.artemis.chado.ClusterLazyQualifierValue

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.chado.ClusterLazyQualifierValue
  • Size: 11
  • Length: 25
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 0.4000276194440886
  • BranchCoverage: 0.08035714285714286
  • MethodCoverage: 1.0
  • OutputCoverage: 0.875


Back to Overview