Test case 1
1: SimpleEntryGroup simpleEntryGroup0 = new SimpleEntryGroup();
2: FeatureVector featureVector0 = new FeatureVector();
3: FilteredEntryGroup filteredEntryGroup0 = new FilteredEntryGroup(simpleEntryGroup0, featureVector0, "ID");
4: Entry entry0 = filteredEntryGroup0.createEntry();
5: SimpleEntryInformation simpleEntryInformation0 = (SimpleEntryInformation)entry0.getEntryInformation();
6: MSPcrunchDocumentEntry mSPcrunchDocumentEntry0 = new MSPcrunchDocumentEntry(simpleEntryInformation0);
7: EmblDocumentEntry emblDocumentEntry0 = new EmblDocumentEntry(simpleEntryInformation0, mSPcrunchDocumentEntry0, false);
8: EmblDocumentEntry emblDocumentEntry1 = new EmblDocumentEntry(simpleEntryInformation0);
Test case 2
1: MSPcrunchEntryInformation mSPcrunchEntryInformation0 = new MSPcrunchEntryInformation();
2: EmblDocumentEntry emblDocumentEntry0 = new EmblDocumentEntry(mSPcrunchEntryInformation0);
3: assertFalse(emblDocumentEntry0.isReadOnly());
Test case 3
1: EmblDocumentEntry emblDocumentEntry0 = new EmblDocumentEntry((Entry) null);
Test case 4
1: EmblDocumentEntry emblDocumentEntry0 = new EmblDocumentEntry((EntryInformation) null);
Test case 5
1: SimpleEntryInformation simpleEntryInformation0 = new SimpleEntryInformation();
2: EmblDocumentEntry emblDocumentEntry0 = new EmblDocumentEntry(simpleEntryInformation0, (Entry) null, true);
Test case 6
1: MSPcrunchEntryInformation mSPcrunchEntryInformation0 = new MSPcrunchEntryInformation();
2: MockFile mockFile0 = new MockFile("vcK");
3: ZipFileDocument zipFileDocument0 = new ZipFileDocument(mockFile0, "vcK");
4: LogReadListener logReadListener0 = new LogReadListener("ID");
5: EmblDocumentEntry emblDocumentEntry0 = new EmblDocumentEntry(mSPcrunchEntryInformation0, zipFileDocument0, logReadListener0);
Test case 7
1: SimpleEntryInformation simpleEntryInformation0 = new SimpleEntryInformation();
2: URL uRL0 = MockURL.getHttpExample();
3: URLDocument uRLDocument0 = new URLDocument(uRL0);
4: LogReadListener logReadListener0 = new LogReadListener("tGF");
5: EmblDocumentEntry emblDocumentEntry0 = new EmblDocumentEntry(simpleEntryInformation0, uRLDocument0, logReadListener0);
Test case 8
1: SimpleEntryInformation simpleEntryInformation0 = (SimpleEntryInformation)SimpleEntryInformation.getDefaultEntryInformation();
2: LogReadListener logReadListener0 = new LogReadListener(";V");
3: EmblDocumentEntry emblDocumentEntry0 = new EmblDocumentEntry(simpleEntryInformation0, (Document) null, logReadListener0);
Test case 9
1: SimpleEntryInformation simpleEntryInformation0 = new SimpleEntryInformation();
2: BlastDocumentEntry blastDocumentEntry0 = new BlastDocumentEntry(simpleEntryInformation0);
3: EmblDocumentEntry emblDocumentEntry0 = new EmblDocumentEntry(blastDocumentEntry0);
4: assertFalse(emblDocumentEntry0.isReadOnly());
Source Code
1: No source found for uk.ac.sanger.artemis.io.EmblDocumentEntry
EvoSuite Parameters
- TARGET_CLASS: uk.ac.sanger.artemis.io.EmblDocumentEntry
- Size: 9
- Length: 30
- criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
- Coverage: 0.6941773504273504
- BranchCoverage: 0.5555555555555556
- MethodCoverage: 1.0
- OutputCoverage: 1.0
Back to Overview