Fix tests with private @BeforeEach methods #483
Labels
refactoring
A proposal to refector or generally improve the code
tests
Issues with test code and resources
Milestone
A number of tests fail because their
@BeforeEach
method is private. Fold the behavior of these methods into the constructor of the test class.The text was updated successfully, but these errors were encountered: