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

Spring integration that works without dependency #467

Open
l-1squared opened this issue Jun 16, 2020 · 1 comment
Open

Spring integration that works without dependency #467

l-1squared opened this issue Jun 16, 2020 · 1 comment

Comments

@l-1squared
Copy link
Collaborator

Currently the only way to bring spring together with JGiven is by inheriting from SpringScenarioTest (JUnit 5). This method goes against the very principle of spring and allows for heinous inheritance chains and overwrites.

Ideally one would be able to use springs bean wiring to get the individual stages to the test.

@l-1squared
Copy link
Collaborator Author

@leimer @codecholeric should we limit that feature to JUnit5?

@l-1squared l-1squared added this to To do in JGiven Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
JGiven
  
To do
Development

No branches or pull requests

3 participants