Summary

Test suite

Test case 1

  1: BlastEntryInformation blastEntryInformation0 = new BlastEntryInformation();
  2: GenbankDocumentEntry genbankDocumentEntry0 = new GenbankDocumentEntry(blastEntryInformation0);
  3: GenbankDocumentEntry genbankDocumentEntry1 = new GenbankDocumentEntry(blastEntryInformation0, genbankDocumentEntry0, false);
  4: assertFalse(genbankDocumentEntry1.isReadOnly());

Test case 2

  1: GenbankDocumentEntry genbankDocumentEntry0 = new GenbankDocumentEntry((Entry) null);

Test case 3

  1: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup();
  2: FeatureVector featureVector0 = new FeatureVector();
  3: FilteredEntryGroup filteredEntryGroup0 = new FilteredEntryGroup(simpleEntryGroup0, featureVector0, " ");
  4: Entry entry0 = filteredEntryGroup0.createEntry("p}");
  5: SimpleEntryInformation simpleEntryInformation0 = (SimpleEntryInformation)entry0.getEntryInformation();
  6: GenbankDocumentEntry genbankDocumentEntry0 = new GenbankDocumentEntry(simpleEntryInformation0);
  7: JPasswordField jPasswordField0 = new JPasswordField();
  8: DatabaseDocument databaseDocument0 = new DatabaseDocument("PRODUCT STORED AS A CV (product_cv=yes) IN ", jPasswordField0, "", "", true);
  9: LogReadListener logReadListener0 = new LogReadListener("CDS");
 10: GenbankDocumentEntry genbankDocumentEntry1 = new GenbankDocumentEntry(simpleEntryInformation0, databaseDocument0, logReadListener0);

Test case 4

  1: MSPcrunchEntryInformation mSPcrunchEntryInformation0 = new MSPcrunchEntryInformation();
  2: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry(mSPcrunchEntryInformation0);
  3: GenbankDocumentEntry genbankDocumentEntry0 = new GenbankDocumentEntry(mSPcrunchDocumentEntry0);
  4: assertTrue(PublicDBDocumentEntry.IGNORE_OBSOLETE_FEATURES);

Test case 5

  1: GenbankDocumentEntry genbankDocumentEntry0 = new GenbankDocumentEntry((EntryInformation) null);

Test case 6

  1: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup();
  2: Entry entry0 = simpleEntryGroup0.createEntry(";V-oi+Twl~~1");
  3: GenbankStreamSequence genbankStreamSequence0 = new GenbankStreamSequence("-12-");
  4: Bases bases0 = new Bases(genbankStreamSequence0);
  5: Range range0 = new Range(0);
  6: Entry entry1 = entry0.truncate(bases0, range0);
  7: SimpleEntryInformation simpleEntryInformation0 = (SimpleEntryInformation)entry1.getEntryInformation();
  8: GenbankDocumentEntry genbankDocumentEntry0 = new GenbankDocumentEntry(simpleEntryInformation0);

Test case 7

  1: SimpleEntryInformation simpleEntryInformation0 = (SimpleEntryInformation)SimpleEntryInformation.getDefaultEntryInformation();
  2: GenbankDocumentEntry genbankDocumentEntry0 = new GenbankDocumentEntry(simpleEntryInformation0, (Entry) null, true);

Test case 8

  1: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup();
  2: Entry entry0 = simpleEntryGroup0.createEntry("");
  3: SimpleEntryInformation simpleEntryInformation0 = (SimpleEntryInformation)entry0.getEntryInformation();
  4: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry(simpleEntryInformation0);
  5: PublicDBDocumentEntry publicDBDocumentEntry0 = new PublicDBDocumentEntry(simpleEntryInformation0, mSPcrunchDocumentEntry0, false);
  6: GenbankDocumentEntry genbankDocumentEntry0 = new GenbankDocumentEntry(simpleEntryInformation0, mSPcrunchDocumentEntry0, true);

Test case 9

  1: SimpleEntryInformation simpleEntryInformation0 = new SimpleEntryInformation();
  2: MockFile mockFile0 = new MockFile("");
  3: ZipFileDocument zipFileDocument0 = new ZipFileDocument(mockFile0, "");
  4: LogReadListener logReadListener0 = new LogReadListener("");
  5: GenbankDocumentEntry genbankDocumentEntry0 = new GenbankDocumentEntry(simpleEntryInformation0, zipFileDocument0, logReadListener0);

Test case 10

  1: SimpleEntryInformation simpleEntryInformation0 = (SimpleEntryInformation)SimpleEntryInformation.getDefaultEntryInformation();
  2: URL uRL0 = MockURL.getHttpExample();
  3: URLDocument uRLDocument0 = new URLDocument(uRL0);
  4: LogReadListener logReadListener0 = new LogReadListener("");
  5: GenbankDocumentEntry genbankDocumentEntry0 = new GenbankDocumentEntry(simpleEntryInformation0, uRLDocument0, logReadListener0);

Test case 11

  1: MSPcrunchEntryInformation mSPcrunchEntryInformation0 = new MSPcrunchEntryInformation();
  2: LogReadListener logReadListener0 = new LogReadListener("v");
  3: GenbankDocumentEntry genbankDocumentEntry0 = new GenbankDocumentEntry(mSPcrunchEntryInformation0, (Document) null, logReadListener0);

Test case 12

  1: SimpleEntryInformation simpleEntryInformation0 = new SimpleEntryInformation();
  2: DatabaseDocument databaseDocument0 = new DatabaseDocument("):w=N+))JU8|!", (JPasswordField) null);
  3: LogReadListener logReadListener0 = new LogReadListener("CC_");
  4: GenbankDocumentEntry genbankDocumentEntry0 = new GenbankDocumentEntry(simpleEntryInformation0, databaseDocument0, logReadListener0);

Source Code

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

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.io.GenbankDocumentEntry
  • Size: 12
  • Length: 51
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 0.90625
  • BranchCoverage: 1.0
  • MethodCoverage: 1.0
  • OutputCoverage: 1.0


Back to Overview