Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests with private @BeforeEach methods #483

Closed
prmr opened this issue Dec 5, 2022 · 0 comments
Closed

Fix tests with private @BeforeEach methods #483

prmr opened this issue Dec 5, 2022 · 0 comments
Assignees
Labels
refactoring A proposal to refector or generally improve the code tests Issues with test code and resources
Milestone

Comments

@prmr
Copy link
Owner

prmr commented Dec 5, 2022

A number of tests fail because their @BeforeEach method is private. Fold the behavior of these methods into the constructor of the test class.

@prmr prmr self-assigned this Dec 5, 2022
@prmr prmr added refactoring A proposal to refector or generally improve the code tests Issues with test code and resources labels Dec 5, 2022
@prmr prmr added this to the Release 3.5 milestone Dec 5, 2022
prmr added a commit that referenced this issue Dec 5, 2022
@prmr prmr closed this as completed Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring A proposal to refector or generally improve the code tests Issues with test code and resources
Projects
None yet
Development

No branches or pull requests

1 participant