Summary

Test suite

Test case 1

  1: StickyFileChooser stickyFileChooser0 = new StickyFileChooser();
  2: stickyFileChooser0.showSaveDialog((JFrame) null);

Test case 2

  1: StickyFileChooser stickyFileChooser0 = new StickyFileChooser();
  2: stickyFileChooser0.showOpenDialog((JFrame) null);

Test case 3

  1: StickyFileChooser stickyFileChooser0 = new StickyFileChooser();
  2: StickyFileChooser stickyFileChooser1 = new StickyFileChooser();
  3: assertFalse(stickyFileChooser1.isFocusCycleRoot());

Source Code

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

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.components.StickyFileChooser
  • Size: 3
  • Length: 6
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 0.47222222222222227
  • BranchCoverage: 0.75
  • MethodCoverage: 1.0
  • OutputCoverage: 0.0


Back to Overview