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

Reset objects after each IT test class #2

Merged
merged 1 commit into from Aug 18, 2014
Merged

Reset objects after each IT test class #2

merged 1 commit into from Aug 18, 2014

Conversation

sprater
Copy link

@sprater sprater commented Aug 17, 2014

Run setup again with every test class, in order to reset state. We do not use @BeforeClass for the setup, as there are several methods called during setup that are not static; the before/after class annotations require that the methods be static.

awoods pushed a commit that referenced this pull request Aug 18, 2014
@awoods awoods merged commit f5acb3a into fcrepo-exts:master Aug 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants