Summary

Test suite

Test case 1

  1: EmblStreamSequence emblStreamSequence0 = new EmblStreamSequence("?)");
  2: Bases bases0 = new Bases(emblStreamSequence0);
  3: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup(bases0);
  4: BlastEntryInformation blastEntryInformation0 = new BlastEntryInformation();
  5: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry(blastEntryInformation0);
  6: Entry entry0 = new Entry(bases0, mSPcrunchDocumentEntry0);
  7: FeatureVector featureVector0 = entry0.checkFeatureStartCodons();
  8: FilteredEntryGroup filteredEntryGroup0 = new FilteredEntryGroup(simpleEntryGroup0, featureVector0, "gap");
  9: Clipboard clipboard0 = new Clipboard("internal error - unexpected exception: ");
 10: Selection selection0 = new Selection(clipboard0);
 11: SimpleGotoEventSource simpleGotoEventSource0 = new SimpleGotoEventSource(simpleEntryGroup0);
 12: FeatureDisplay featureDisplay0 = new FeatureDisplay(filteredEntryGroup0, selection0, simpleGotoEventSource0, (BasePlotGroup) null, (-2367));

Test case 2

  1: GenbankStreamSequence genbankStreamSequence0 = new GenbankStreamSequence("Metal");
  2: Bases bases0 = new Bases(genbankStreamSequence0);
  3: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup(bases0);
  4: FeatureVector featureVector0 = simpleEntryGroup0.getFeaturesInIndexRange(520, 1);
  5: FilteredEntryGroup filteredEntryGroup0 = new FilteredEntryGroup(simpleEntryGroup0, featureVector0, "xId]Rso.<ZXeOOE5s}");
  6: Clipboard clipboard0 = new Clipboard("t&7vXqrbjEF.X(z");
  7: Selection selection0 = new Selection(clipboard0);
  8: SimpleGotoEventSource simpleGotoEventSource0 = new SimpleGotoEventSource(filteredEntryGroup0);
  9: FeatureDisplay featureDisplay0 = new FeatureDisplay(filteredEntryGroup0, selection0, simpleGotoEventSource0, (BasePlotGroup) null);

Test case 3

  1: FastaStreamSequence fastaStreamSequence0 = new FastaStreamSequence("uk.ac.sanger.artemis.components.LogViewer$1", "");
  2: Bases bases0 = new Bases(fastaStreamSequence0);
  3: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup(bases0);
  4: Entry entry0 = simpleEntryGroup0.createEntry("Mac OS X Aqua");
  5: Feature feature0 = entry0.createFeature();
  6: String string0 = FeatureDisplay.getParentQualifier(feature0);
  7: assertNull(string0);

Test case 4

  1: Vector<String> vector0 = FeatureDisplay.getContigKeys();
  2: assertEquals("[fasta_record, contig, insertion_gap]", vector0.toString());
  3: assertNotNull(vector0);
  4: assertEquals(3, vector0.capacity());

Test case 5

  1: Vector<String> vector0 = FeatureDisplay.getAllPossibleContigKeys();
  2: assertNotNull(vector0);
  3: assertEquals("[fasta_record, contig, insertion_gap, gap, scaffold, source]", vector0.toString());

Test case 6

  1: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup();
  2: Clipboard clipboard0 = new Clipboard("org.biojava.bio.symbol.FuzzyLocation$AverageRangeResolver");
  3: Selection selection0 = new Selection(clipboard0);
  4: SimpleGotoEventSource simpleGotoEventSource0 = new SimpleGotoEventSource(simpleEntryGroup0);
  5: FeatureDisplay featureDisplay0 = new FeatureDisplay(simpleEntryGroup0, selection0, simpleGotoEventSource0, (BasePlotGroup) null);

Test case 7

  1: SimpleGotoEventSource simpleGotoEventSource0 = new SimpleGotoEventSource((EntryGroup) null);
  2: FeatureDisplay featureDisplay0 = new FeatureDisplay((EntryGroup) null, (Selection) null, simpleGotoEventSource0, (BasePlotGroup) null, 116);

Source Code

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

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.components.FeatureDisplay
  • Size: 7
  • Length: 36
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 0.17058671226853794
  • BranchCoverage: 0.03525179856115108
  • MethodCoverage: 0.05952380952380952
  • OutputCoverage: 0.07368421052631578


Back to Overview