Summary

Test suite

Test case 1

  1: FeatureKeyQualifierPredicate featureKeyQualifierPredicate0 = new FeatureKeyQualifierPredicate((Key) null, "", false);

Test case 2

  1: FeatureKeyQualifierPredicate featureKeyQualifierPredicate0 = new FeatureKeyQualifierPredicate((Key) null, "", "");
  2: featureKeyQualifierPredicate0.testPredicate((Feature) null);

Test case 3

  1: Key key0 = Key.CDS;
  2: FeatureKeyQualifierPredicate featureKeyQualifierPredicate0 = new FeatureKeyQualifierPredicate(key0, "ZG<s");
  3: GenbankStreamFeature genbankStreamFeature0 = new GenbankStreamFeature();
  4: EmblStreamFeature emblStreamFeature0 = new EmblStreamFeature(genbankStreamFeature0);
  5: Feature feature0 = new Feature(emblStreamFeature0);
  6: boolean boolean0 = featureKeyQualifierPredicate0.testPredicate(feature0);
  7: assertFalse(boolean0);

Test case 4

  1: Key key0 = new Key((String) null);
  2: FeatureKeyQualifierPredicate featureKeyQualifierPredicate0 = new FeatureKeyQualifierPredicate(key0, (String) null, (String) null, true, true);

Test case 5

  1: FeatureKeyQualifierPredicate featureKeyQualifierPredicate0 = new FeatureKeyQualifierPredicate((Key) null, "2(.F", "ffG>", false, false, false);

Test case 6

  1: Key key0 = Key.CDS;
  2: FeatureKeyQualifierPredicate featureKeyQualifierPredicate0 = new FeatureKeyQualifierPredicate(key0, "Results Manager", "Results Manager", true, true);
  3: GenbankStreamSequence genbankStreamSequence0 = new GenbankStreamSequence("Results Manager");
  4: Bases bases0 = new Bases(genbankStreamSequence0);
  5: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup(bases0);
  6: Entry entry0 = simpleEntryGroup0.createEntry("db_id");
  7: Feature feature0 = entry0.createFeature();
  8: featureKeyQualifierPredicate0.testPredicate(feature0);

Test case 7

  1: Key key0 = Key.CDS;
  2: FeatureKeyQualifierPredicate featureKeyQualifierPredicate0 = new FeatureKeyQualifierPredicate(key0, (String) null, (String) null, true, true, true);

Source Code

  1: No source found for uk.ac.sanger.artemis.FeatureKeyQualifierPredicate

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.FeatureKeyQualifierPredicate
  • Size: 7
  • Length: 22
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 0.8331207482993197
  • BranchCoverage: 0.7083333333333334
  • MethodCoverage: 1.0
  • OutputCoverage: 0.5


Back to Overview