Test case 1
1: SimpleGotoEventSource simpleGotoEventSource0 = new SimpleGotoEventSource((EntryGroup) null);
2: simpleGotoEventSource0.gotoBase(1066);
Test case 2
1: SimpleGotoEventSource simpleGotoEventSource0 = new SimpleGotoEventSource((EntryGroup) null);
2: simpleGotoEventSource0.gotoFirstBase();
Test case 3
1: SimpleGotoEventSource simpleGotoEventSource0 = new SimpleGotoEventSource((EntryGroup) null);
2: simpleGotoEventSource0.gotoLastBase();
Test case 4
1: SimpleGotoEventSource simpleGotoEventSource0 = new SimpleGotoEventSource((EntryGroup) null);
2: simpleGotoEventSource0.sendGotoEvent((GotoEvent) null);
Test case 5
1: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup();
2: SimpleGotoEventSource simpleGotoEventSource0 = new SimpleGotoEventSource(simpleEntryGroup0);
3: simpleGotoEventSource0.addGotoListener((GotoListener) null);
Test case 6
1: SimpleGotoEventSource simpleGotoEventSource0 = new SimpleGotoEventSource((EntryGroup) null);
2: simpleGotoEventSource0.gotoBase((Marker) null);
Test case 7
1: SimpleGotoEventSource simpleGotoEventSource0 = new SimpleGotoEventSource((EntryGroup) null);
2: simpleGotoEventSource0.removeGotoListener((GotoListener) null);
Test case 8
1: Bases bases0 = new Bases((Sequence) null);
2: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup(bases0);
3: Key key0 = new Key("gi|");
4: FeatureKeyQualifierPredicate featureKeyQualifierPredicate0 = new FeatureKeyQualifierPredicate(key0, "Can't pack with alphabet ", "", true, true, true);
5: FilteredEntryGroup filteredEntryGroup0 = new FilteredEntryGroup(simpleEntryGroup0, featureKeyQualifierPredicate0, "");
6: SimpleGotoEventSource simpleGotoEventSource0 = new SimpleGotoEventSource(filteredEntryGroup0);
7: MarkerRange markerRange0 = simpleGotoEventSource0.gotoBase((-662));
8: assertNull(markerRange0);
Test case 9
1: Bases bases0 = new Bases((Sequence) null);
2: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup(bases0);
3: Key key0 = new Key("gi|");
4: FeatureKeyQualifierPredicate featureKeyQualifierPredicate0 = new FeatureKeyQualifierPredicate(key0, "Can't pack with alphabet ", "", true, true, true);
5: FilteredEntryGroup filteredEntryGroup0 = new FilteredEntryGroup(simpleEntryGroup0, featureKeyQualifierPredicate0, "");
6: SimpleGotoEventSource simpleGotoEventSource0 = new SimpleGotoEventSource(filteredEntryGroup0);
7: GotoEvent gotoEvent0 = new GotoEvent(featureKeyQualifierPredicate0, (Marker) null);
8: simpleGotoEventSource0.sendGotoEvent(gotoEvent0);
Source Code
1: No source found for uk.ac.sanger.artemis.GotoEventSource
EvoSuite Parameters
- TARGET_CLASS: uk.ac.sanger.artemis.GotoEventSource
- Size: 9
- Length: 30
- criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
- Coverage: 0.9285714285714286
- BranchCoverage: 1.0
- MethodCoverage: 1.0
- OutputCoverage: 1.0
Back to Overview