You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: