Skip to content

Commit

Permalink
Also exclude TestBibFile
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Sep 4, 2023
1 parent 6f51b07 commit 8deec24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public void testsAreIndependent(JavaClasses classes) {
public void testNaming(JavaClasses classes) {
classes().that().areTopLevelClasses()
.and().doNotHaveFullyQualifiedName("org.jabref.benchmarks.Benchmarks")
.and().doNotHaveFullyQualifiedName("org.jabref.http.server.TestBibFile")
.and().doNotHaveFullyQualifiedName("org.jabref.gui.autocompleter.AutoCompleterUtil")
.and().doNotHaveFullyQualifiedName("org.jabref.gui.search.TextFlowEqualityHelper")
.and().doNotHaveFullyQualifiedName("org.jabref.logic.bibtex.BibEntryAssert")
Expand Down

0 comments on commit 8deec24

Please sign in to comment.