Summary

Test suite

Test case 1

  1: RawStreamSequence rawStreamSequence0 = new RawStreamSequence("Derives_from");
  2: Bases bases0 = new Bases(rawStreamSequence0);
  3: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup(bases0);
  4: Entry entry0 = simpleEntryGroup0.createEntry("v_%|tg6.9&snyu");
  5: Feature feature0 = entry0.createFeature();
  6: PropertiesPanel propertiesPanel0 = new PropertiesPanel(feature0);
  7: propertiesPanel0.setObsoleteChanged(false);

Test case 2

  1: RawStreamSequence rawStreamSequence0 = new RawStreamSequence("Derives_from");
  2: Bases bases0 = new Bases(rawStreamSequence0);
  3: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup(bases0);
  4: Entry entry0 = simpleEntryGroup0.createEntry("Derives_from");
  5: Feature feature0 = entry0.createFeature();
  6: PropertiesPanel propertiesPanel0 = new PropertiesPanel(feature0);
  7: boolean boolean0 = propertiesPanel0.isEmpty();
  8: assertTrue(boolean0);

Test case 3

  1: RawStreamSequence rawStreamSequence0 = new RawStreamSequence("Derives_from");
  2: Bases bases0 = new Bases(rawStreamSequence0);
  3: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup(bases0);
  4: Entry entry0 = simpleEntryGroup0.createEntry("v_%|tg6.9&snyu");
  5: Feature feature0 = entry0.createFeature();
  6: PropertiesPanel propertiesPanel0 = new PropertiesPanel(feature0);
  7: propertiesPanel0.makeBorder();
  8: assertTrue(propertiesPanel0.isEmpty());

Test case 4

  1: Qualifier qualifier0 = new Qualifier("Start_range");
  2: boolean boolean0 = PropertiesPanel.isPropertiesTag(qualifier0, (Feature) null);
  3: assertTrue(boolean0);

Test case 5

  1: Qualifier qualifier0 = new Qualifier("g`>C#I|y");
  2: PropertiesPanel.isPropertiesTag(qualifier0, (Feature) null);

Test case 6

  1: FastaStreamSequence fastaStreamSequence0 = new FastaStreamSequence("Attempted to read outside of this sequence (1..", "Attempted to read outside of this sequence (1..");
  2: Bases bases0 = new Bases(fastaStreamSequence0);
  3: Entry entry0 = Entry.newEntry(bases0);
  4: Feature feature0 = entry0.createFeature();
  5: PropertiesPanel propertiesPanel0 = new PropertiesPanel(feature0, false, true, false, true);
  6: propertiesPanel0.getGffQualifiers(feature0);
  7: assertTrue(propertiesPanel0.isEmpty());

Test case 7

  1: RawStreamSequence rawStreamSequence0 = new RawStreamSequence("Derives_from");
  2: Bases bases0 = new Bases(rawStreamSequence0);
  3: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup(bases0);
  4: Entry entry0 = simpleEntryGroup0.createEntry("v_%|tg6.9&snyu");
  5: Feature feature0 = entry0.createFeature();
  6: bases0.reverseComplement();
  7: PropertiesPanel propertiesPanel0 = new PropertiesPanel(feature0);
  8: assertTrue(propertiesPanel0.isEmpty());

Test case 8

  1: RawStreamSequence rawStreamSequence0 = new RawStreamSequence("Derives_from");
  2: Bases bases0 = new Bases(rawStreamSequence0);
  3: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup(bases0);
  4: Entry entry0 = simpleEntryGroup0.createEntry("v_%|tg6.9&snyu");
  5: Feature feature0 = entry0.createFeature();
  6: PropertiesPanel propertiesPanel0 = new PropertiesPanel(feature0);
  7: propertiesPanel0.updateFromFeature(feature0);
  8: assertTrue(propertiesPanel0.isEmpty());

Test case 9

  1: RawStreamSequence rawStreamSequence0 = new RawStreamSequence("Derives_from");
  2: Bases bases0 = new Bases(rawStreamSequence0);
  3: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup(bases0);
  4: Entry entry0 = simpleEntryGroup0.createEntry("v_%|tg6.9&snyu");
  5: Feature feature0 = entry0.createFeature();
  6: PropertiesPanel propertiesPanel0 = new PropertiesPanel(feature0);
  7: propertiesPanel0.getGffQualifiers(feature0);

Test case 10

  1: PropertiesPanel propertiesPanel0 = new PropertiesPanel((Feature) null);

Test case 11

  1: EmblStreamFeature emblStreamFeature0 = new EmblStreamFeature();
  2: Feature feature0 = new Feature(emblStreamFeature0);
  3: PropertiesPanel propertiesPanel0 = new PropertiesPanel(feature0, true, true, true, true);

Test case 12

  1: EmblStreamFeature emblStreamFeature0 = new EmblStreamFeature();
  2: GFFStreamFeature gFFStreamFeature0 = new GFFStreamFeature(emblStreamFeature0);
  3: PropertiesPanel.updateObsoleteSettings(gFFStreamFeature0);

Source Code

  1: No source found for uk.ac.sanger.artemis.components.genebuilder.gff.PropertiesPanel

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.components.genebuilder.gff.PropertiesPanel
  • Size: 12
  • Length: 59
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 0.43720445843810846
  • BranchCoverage: 0.19708029197080293
  • MethodCoverage: 0.8181818181818182
  • OutputCoverage: 0.38461538461538464


Back to Overview