Summary

Test suite

Test case 1

  1: MockFile mockFile0 = new MockFile("", "");
  2: boolean boolean0 = IndexedGFFDocumentEntry.isIndexed(mockFile0);
  3: assertFalse(boolean0);

Test case 2

  1: JPasswordField jPasswordField0 = new JPasswordField("z{N!eG", 32);
  2: ByteBuffer byteBuffer0 = new ByteBuffer();
  3: DatabaseDocument databaseDocument0 = new DatabaseDocument("z{N!eG", jPasswordField0, "pxuT-cTJV%yQ1_", ">QOqRv!\"=*CQ", byteBuffer0, "z{N!eG");
  4: IndexedGFFDocumentEntry indexedGFFDocumentEntry0 = new IndexedGFFDocumentEntry(databaseDocument0);

Test case 3

  1: Clipboard clipboard0 = new Clipboard("org.biojava.bio.dist.AbstractOrderNDistribution$UniformNullModel");
  2: Selection selection0 = new Selection(clipboard0);
  3: FeatureVector featureVector0 = selection0.getSelectedFeatures();
  4: IndexedGFFDocumentEntry.contains((Feature) null, featureVector0);

Source Code

  1: No source found for uk.ac.sanger.artemis.io.IndexedGFFDocumentEntry

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.io.IndexedGFFDocumentEntry
  • Size: 3
  • Length: 10
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 0.13271749621264786
  • BranchCoverage: 0.0025252525252525255
  • MethodCoverage: 0.07692307692307693
  • OutputCoverage: 0.014084507042253521


Back to Overview