spring - SpringBootTest doesn't share context -


i've noticed @springboottest empty parameters use integration tests creates new context each test class. in documentation said @springboottest replacement @contextconfiguration, know shares context among test classes unlike @springboottest.

is there way behavior wish?

i tried 1.5.6 , 1.5.7 versions. thank you


Comments

Popular posts from this blog

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -

python - Error while using APScheduler: 'NoneType' object has no attribute 'now' -