Use BibTeX builder at org.jabref.logic.importer.fileformat.BibtexImporterTest#importEntries
#677
Labels
org.jabref.logic.importer.fileformat.BibtexImporterTest#importEntries
#677
(META: This issue is reserved for a university course. Please only work on it if it is part of your assignment)
JabRef offers a (kind of) Builder for BibTeX data:
This builder is NOT used in org.jabref.logic.importer.fileformat.BibtexImporterTest#importEntries, but it should.
Task
Rewrite
org.jabref.logic.importer.fileformat.BibtexImporterTest#importEntries
to useassertEquals(list, bibEntries
. Thelist
, should be constructed withList.of(aksin, stdmodel, set, preissel2016
).aksin
, ... areBibEntry
s created bynew BibEntry... withField...)
The text was updated successfully, but these errors were encountered: