Test case 1
1: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup();
2: String[] stringArray0 = new String[2];
3: ListSelectionPanel listSelectionPanel0 = new ListSelectionPanel(simpleEntryGroup0, stringArray0, stringArray0, true);
Test case 2
1: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup();
2: String[] stringArray0 = new String[2];
3: simpleEntryGroup0.createEntry("");
4: ListSelectionPanel listSelectionPanel0 = new ListSelectionPanel(simpleEntryGroup0, stringArray0, stringArray0, true);
Test case 3
1: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup();
2: String[] stringArray0 = new String[2];
3: BlastEntryInformation blastEntryInformation0 = new BlastEntryInformation();
4: Key key0 = blastEntryInformation0.getDefaultKey();
5: ListSelectionPanel listSelectionPanel0 = new ListSelectionPanel(simpleEntryGroup0, stringArray0, stringArray0, false, key0, "R6^W}>}RX$L56{mf");
Test case 4
1: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup();
2: simpleEntryGroup0.createEntry("JT|@");
3: String[] stringArray0 = new String[2];
4: BlastEntryInformation blastEntryInformation0 = new BlastEntryInformation();
5: Key key0 = blastEntryInformation0.getDefaultKey();
6: ListSelectionPanel listSelectionPanel0 = new ListSelectionPanel(simpleEntryGroup0, stringArray0, stringArray0, false, key0, "R6^W}>}RX$L56{mf");
Test case 5
1: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup();
2: String[] stringArray0 = new String[2];
3: simpleEntryGroup0.createEntry("");
4: simpleEntryGroup0.removeAllElements();
5: ListSelectionPanel listSelectionPanel0 = new ListSelectionPanel(simpleEntryGroup0, stringArray0, stringArray0, true);
Test case 6
1: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup();
2: simpleEntryGroup0.createEntry("JT|@");
3: String[] stringArray0 = new String[2];
4: simpleEntryGroup0.removeAllElements();
5: BlastEntryInformation blastEntryInformation0 = new BlastEntryInformation();
6: Key key0 = blastEntryInformation0.getDefaultKey();
7: ListSelectionPanel listSelectionPanel0 = new ListSelectionPanel(simpleEntryGroup0, stringArray0, stringArray0, false, key0, "R6^W}>}RX$L56{mf");
Source Code
1: No source found for uk.ac.sanger.artemis.components.ListSelectionPanel
EvoSuite Parameters
- TARGET_CLASS: uk.ac.sanger.artemis.components.ListSelectionPanel
- Size: 6
- Length: 30
- criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
- Coverage: 0.3063883034773446
- BranchCoverage: 0.34615384615384615
- MethodCoverage: 0.4
- OutputCoverage: 0.0
Back to Overview