Summary

Test suite

Test case 1

  1: EntryFileDialog entryFileDialog0 = new EntryFileDialog((JFrame) null, true);
  2: entryFileDialog0.saveEntry((Entry) null, true, true, false, 123);

Test case 2

  1: EntryFileDialog entryFileDialog0 = new EntryFileDialog((JFrame) null, false);
  2: MSPcrunchEntryInformation mSPcrunchEntryInformation0 = new MSPcrunchEntryInformation();
  3: InputStreamProgressListener inputStreamProgressListener0 = mock(InputStreamProgressListener.class, new ViolatedAssumptionAnswer());
  4: entryFileDialog0.getEntry(mSPcrunchEntryInformation0, inputStreamProgressListener0, false);

Test case 3

  1: JPasswordField jPasswordField0 = new JPasswordField();
  2: ByteBuffer byteBuffer0 = new ByteBuffer();
  3: DatabaseDocument databaseDocument0 = new DatabaseDocument("", jPasswordField0, "", "", byteBuffer0, "");
  4: SimpleEntryInformation simpleEntryInformation0 = new SimpleEntryInformation();
  5: EntryFileDialog.getEntryFromFile((JFrame) null, databaseDocument0, simpleEntryInformation0, false);

Test case 4

  1: JPasswordField jPasswordField0 = new JPasswordField("");
  2: ByteBuffer byteBuffer0 = new ByteBuffer();
  3: DatabaseDocument databaseDocument0 = new DatabaseDocument("", jPasswordField0, "", "", byteBuffer0, "");
  4: SimpleEntryInformation simpleEntryInformation0 = new SimpleEntryInformation();
  5: EntryFileDialog.getEntryFromFile((JFrame) null, databaseDocument0, simpleEntryInformation0, true);

Test case 5

  1: EntryFileDialog entryFileDialog0 = new EntryFileDialog((JFrame) null, true);
  2: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup();
  3: Entry entry0 = simpleEntryGroup0.createEntry((String) null);
  4: entryFileDialog0.saveEntry(entry0, false, false, false, (-1));

Test case 6

  1: EntryFileDialog entryFileDialog0 = new EntryFileDialog((JFrame) null, true);
  2: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup();
  3: Entry entry0 = simpleEntryGroup0.createEntry("<ZXSvZ;h|Xo6hWaHr");
  4: entryFileDialog0.saveEntry(entry0, false, false, false, (-1));

Test case 7

  1: EntryFileDialog entryFileDialog0 = new EntryFileDialog((JFrame) null, true);
  2: entryFileDialog0.saveEntry((Entry) null, true, true, true, 1);

Test case 8

  1: MockFile mockFile0 = new MockFile("Flatten Gene Model");
  2: ZipFileDocument zipFileDocument0 = new ZipFileDocument(mockFile0, "uscY Fdd,rI");
  3: MSPcrunchEntryInformation mSPcrunchEntryInformation0 = new MSPcrunchEntryInformation();
  4: EntryFileDialog.getEntryFromFile((JFrame) null, zipFileDocument0, mSPcrunchEntryInformation0, false);

Test case 9

  1: JPasswordField jPasswordField0 = new JPasswordField();
  2: DatabaseDocument databaseDocument0 = new DatabaseDocument("", jPasswordField0);
  3: SimpleEntryInformation simpleEntryInformation0 = (SimpleEntryInformation)SimpleEntryInformation.getDefaultEntryInformation();
  4: EntryFileDialog.getEntryFromFile((JFrame) null, databaseDocument0, simpleEntryInformation0, false);

Test case 10

  1: JPasswordField jPasswordField0 = new JPasswordField("", 511);
  2: DatabaseDocument databaseDocument0 = new DatabaseDocument("Uj1UlK`o|Lw", jPasswordField0, (String) null, "", true);
  3: BlastEntryInformation blastEntryInformation0 = new BlastEntryInformation();
  4: EntryFileDialog.getEntryFromFile((JFrame) null, databaseDocument0, blastEntryInformation0, true);

Test case 11

  1: EntryFileDialog entryFileDialog0 = new EntryFileDialog((JFrame) null, true);
  2: entryFileDialog0.saveEntry((Entry) null, true, false, false, 123);

Source Code

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

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.components.EntryFileDialog
  • Size: 11
  • Length: 40
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 0.29213844660330107
  • BranchCoverage: 0.17857142857142858
  • MethodCoverage: 1.0
  • OutputCoverage: 0.0


Back to Overview