Summary

Test suite

Test case 1

  1: Hashtable<Scrollbar, FileDialog> hashtable0 = new Hashtable<Scrollbar, FileDialog>();
  2: JDesktopPane jDesktopPane0 = new JDesktopPane();
  3: JScrollPane jScrollPane0 = new JScrollPane();
  4: DataViewInternalFrame dataViewInternalFrame0 = new DataViewInternalFrame(hashtable0, jDesktopPane0, jScrollPane0, 86, 0, "[", (Feature) null);
  5: DataViewInternalFrame.TabChangeListener dataViewInternalFrame_TabChangeListener0 = dataViewInternalFrame0.new TabChangeListener();
  6: MockHijrahDate mockHijrahDate0 = new MockHijrahDate();
  7: ChangeEvent changeEvent0 = new ChangeEvent(mockHijrahDate0);
  8: dataViewInternalFrame_TabChangeListener0.stateChanged(changeEvent0);

Test case 2

  1: Hashtable<Scrollbar, FileDialog> hashtable0 = new Hashtable<Scrollbar, FileDialog>();
  2: JDesktopPane jDesktopPane0 = new JDesktopPane();
  3: JScrollPane jScrollPane0 = new JScrollPane();
  4: DataViewInternalFrame dataViewInternalFrame0 = new DataViewInternalFrame(hashtable0, jDesktopPane0, jScrollPane0, 86, 0, "[", (Feature) null);
  5: DataViewInternalFrame.ActiveJSplitPane dataViewInternalFrame_ActiveJSplitPane0 = dataViewInternalFrame0.new ActiveJSplitPane(0, jDesktopPane0, jDesktopPane0);
  6: dataViewInternalFrame_ActiveJSplitPane0.setActive(false);

Test case 3

  1: Hashtable<Scrollbar, FileDialog> hashtable0 = new Hashtable<Scrollbar, FileDialog>();
  2: JDesktopPane jDesktopPane0 = new JDesktopPane();
  3: JScrollPane jScrollPane0 = new JScrollPane();
  4: DataViewInternalFrame dataViewInternalFrame0 = new DataViewInternalFrame(hashtable0, jDesktopPane0, jScrollPane0, 86, 0, "[", (Feature) null);
  5: dataViewInternalFrame0.updateNote();
  6: assertTrue(dataViewInternalFrame0.getFocusTraversalKeysEnabled());

Test case 4

  1: Hashtable<Scrollbar, FileDialog> hashtable0 = new Hashtable<Scrollbar, FileDialog>();
  2: JDesktopPane jDesktopPane0 = new JDesktopPane();
  3: JScrollPane jScrollPane0 = new JScrollPane();
  4: DataViewInternalFrame dataViewInternalFrame0 = new DataViewInternalFrame(hashtable0, jDesktopPane0, jScrollPane0, 86, 0, "[", (Feature) null);
  5: dataViewInternalFrame0.deleteNote();
  6: assertTrue(dataViewInternalFrame0.getFocusTraversalKeysEnabled());

Test case 5

  1: DefaultBoundedRangeModel defaultBoundedRangeModel0 = new DefaultBoundedRangeModel(138, 138, 138, 906);
  2: JSlider jSlider0 = new JSlider(defaultBoundedRangeModel0);
  3: Hashtable<Object, Object> hashtable0 = jSlider0.createStandardLabels(906, 138);
  4: JDesktopPane jDesktopPane0 = new JDesktopPane();
  5: JScrollPane jScrollPane0 = new JScrollPane(jDesktopPane0);
  6: EmblStreamFeature emblStreamFeature0 = new EmblStreamFeature();
  7: MSPcrunchStreamFeature mSPcrunchStreamFeature0 = new MSPcrunchStreamFeature(emblStreamFeature0);
  8: Feature feature0 = new Feature(mSPcrunchStreamFeature0);
  9: DataViewInternalFrame dataViewInternalFrame0 = new DataViewInternalFrame(hashtable0, jDesktopPane0, jScrollPane0, 8, 138, "", feature0);

Test case 6

  1: Hashtable<Scrollbar, FileDialog> hashtable0 = new Hashtable<Scrollbar, FileDialog>();
  2: JDesktopPane jDesktopPane0 = new JDesktopPane();
  3: JScrollPane jScrollPane0 = new JScrollPane();
  4: DataViewInternalFrame dataViewInternalFrame0 = new DataViewInternalFrame(hashtable0, jDesktopPane0, jScrollPane0, 86, 0, "[", (Feature) null);
  5: dataViewInternalFrame0.stopGetz();
  6: assertTrue(dataViewInternalFrame0.isFocusTraversalPolicySet());

Test case 7

  1: Hashtable<Scrollbar, FileDialog> hashtable0 = new Hashtable<Scrollbar, FileDialog>();
  2: JDesktopPane jDesktopPane0 = new JDesktopPane();
  3: JScrollPane jScrollPane0 = new JScrollPane();
  4: DataViewInternalFrame dataViewInternalFrame0 = new DataViewInternalFrame(hashtable0, jDesktopPane0, jScrollPane0, 86, 0, "[", (Feature) null);
  5: DataViewInternalFrame.ActiveJSplitPane dataViewInternalFrame_ActiveJSplitPane0 = dataViewInternalFrame0.new ActiveJSplitPane(0, jDesktopPane0, jDesktopPane0);
  6: dataViewInternalFrame_ActiveJSplitPane0.setActive(true);

Test case 8

  1: JDesktopPane jDesktopPane0 = new JDesktopPane();
  2: JScrollPane jScrollPane0 = new JScrollPane(jDesktopPane0);
  3: DataViewInternalFrame dataViewInternalFrame0 = new DataViewInternalFrame((Hashtable) null, jDesktopPane0, jScrollPane0, 1778, 1778, ".", (Feature) null);

Source Code

  1: No source found for uk.ac.sanger.artemis.editor.DataViewInternalFrame

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.editor.DataViewInternalFrame
  • Size: 8
  • Length: 47
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 0.3210613252350506
  • BranchCoverage: 0.23809523809523808
  • MethodCoverage: 0.5714285714285714
  • OutputCoverage: 0.0


Back to Overview