Summary

Test suite

Test case 1

  1: ProgressThread progressThread0 = new ProgressThread((JFrame) null, "");
  2: progressThread0.finished();
  3: assertEquals(0, progressThread0.countStackFrames());

Test case 2

  1: ProgressThread progressThread0 = new ProgressThread((JFrame) null, "fjS(AJ5x#:/{.2[R");
  2: progressThread0.run();

Test case 3

  1: ProgressThread progressThread0 = new ProgressThread((JFrame) null, "");
  2: ThreadGroup threadGroup0 = (ThreadGroup)((MockThread) progressThread0).getUncaughtExceptionHandler();
  3: threadGroup0.interrupt();
  4: progressThread0.run();

Source Code

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

EvoSuite Parameters

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


Back to Overview