Summary

Test suite

Test case 1

  1: LocationLexer locationLexer0 = new LocationLexer("1O");
  2: LocationLexer.TokenEnumeration locationLexer_TokenEnumeration0 = locationLexer0.new TokenEnumeration(",5[zhNsu8!8pMgn");
  3: LocationParseException locationParseException0 = new LocationParseException(",5[zhNsu8!8pMgn", locationLexer_TokenEnumeration0);
  4: assertEquals(0, locationParseException0.getLineNumber());

Test case 2

  1: LocationParseException locationParseException0 = new LocationParseException("java.lang.Character@0000000003java.lang.Integer@0000000004java.lang.String@0000000005java.lang.String@0000000006java.lang.String@0000000007java.lang.Integer@0000000008java.lang.String@0000000009", "java.lang.Character@0000000003java.lang.Integer@0000000004java.lang.String@0000000005java.lang.String@0000000006java.lang.String@0000000007java.lang.Integer@0000000008java.lang.String@0000000009");
  2: assertEquals(0, locationParseException0.getLineNumber());

Test case 3

  1: LocationParseException locationParseException0 = new LocationParseException(" T%X*PD", (LocationLexer.TokenEnumeration) null);

Source Code

  1: No source found for uk.ac.sanger.artemis.io.LocationParseException

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.io.LocationParseException
  • Size: 3
  • Length: 5
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 1.0
  • BranchCoverage: 1.0
  • MethodCoverage: 1.0
  • OutputCoverage: 1.0


Back to Overview