Summary

Test suite

Test case 1

  1: BlastEntryInformation blastEntryInformation0 = new BlastEntryInformation();
  2: EmblDocumentEntry emblDocumentEntry0 = new EmblDocumentEntry(blastEntryInformation0);
  3: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry(emblDocumentEntry0, false);
  4: assertTrue(mSPcrunchDocumentEntry0.isReadOnly());

Test case 2

  1: BlastEntryInformation blastEntryInformation0 = new BlastEntryInformation();
  2: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry(blastEntryInformation0);
  3: mSPcrunchDocumentEntry0.makeNativeFeature((Feature) null, true);

Test case 3

  1: MSPcrunchEntryInformation mSPcrunchEntryInformation0 = new MSPcrunchEntryInformation();
  2: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry(mSPcrunchEntryInformation0);
  3: EmblStreamSequence emblStreamSequence0 = new EmblStreamSequence("pSsU1)~E6u yOP`B[");
  4: FastaStreamSequence fastaStreamSequence0 = (FastaStreamSequence)mSPcrunchDocumentEntry0.makeNativeSequence(emblStreamSequence0);
  5: assertEquals(0, fastaStreamSequence0.getTCount());

Test case 4

  1: URL uRL0 = MockURL.getHttpExample();
  2: URLDocument uRLDocument0 = new URLDocument(uRL0);
  3: LogReadListener logReadListener0 = new LogReadListener("");
  4: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry(uRLDocument0, logReadListener0);

Test case 5

  1: SimpleEntryInformation simpleEntryInformation0 = new SimpleEntryInformation();
  2: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry(simpleEntryInformation0);
  3: boolean boolean0 = mSPcrunchDocumentEntry0.isReadOnly();
  4: assertTrue(boolean0);

Test case 6

  1: SimpleEntryInformation simpleEntryInformation0 = new SimpleEntryInformation();
  2: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry(simpleEntryInformation0);
  3: GenbankStreamFeature genbankStreamFeature0 = new GenbankStreamFeature();
  4: MSPcrunchStreamFeature mSPcrunchStreamFeature0 = (MSPcrunchStreamFeature)mSPcrunchDocumentEntry0.makeNativeFeature(genbankStreamFeature0, false);
  5: assertNotNull(mSPcrunchStreamFeature0);

Test case 7

  1: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry((Entry) null, true);

Test case 8

  1: TextDocument textDocument0 = new TextDocument();
  2: LogReadListener logReadListener0 = new LogReadListener("jEv.");
  3: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry(textDocument0, logReadListener0);

Test case 9

  1: MockFile mockFile0 = new MockFile("N;s|>S.");
  2: ZipFileDocument zipFileDocument0 = new ZipFileDocument(mockFile0, "");
  3: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry(zipFileDocument0, (ReadListener) null);

Test case 10

  1: LogReadListener logReadListener0 = new LogReadListener("");
  2: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry((Document) null, logReadListener0);

Test case 11

  1: MSPcrunchEntryInformation mSPcrunchEntryInformation0 = new MSPcrunchEntryInformation();
  2: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry(mSPcrunchEntryInformation0);
  3: EmblStreamSequence emblStreamSequence0 = new EmblStreamSequence("pSsU1)~E6u yOP`B[");
  4: FastaStreamSequence fastaStreamSequence0 = new FastaStreamSequence(emblStreamSequence0);
  5: mSPcrunchDocumentEntry0.makeNativeSequence(fastaStreamSequence0);

Source Code

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

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.io.MSPcrunchDocumentEntry
  • Size: 11
  • Length: 35
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 0.7915843214756259
  • BranchCoverage: 0.8888888888888888
  • MethodCoverage: 1.0
  • OutputCoverage: 0.34782608695652173


Back to Overview