poohbar
03/16/2018, 1:13 PMContext A starts
Test A1 runs
Test A2 runs
Context B starts
Test B1 runs
Test B2 runs
Context A starts
Test A3 runs
Is this the expected behaviour? I was expecting Spring Boot to "group" the tests by context, but I guess it's just running in whatever order JUnit decided?sdeleuze
03/16/2018, 2:06 PMdh44t
03/16/2018, 2:34 PMpoohbar
03/16/2018, 2:51 PMnfrankel
03/16/2018, 2:55 PMpoohbar
03/16/2018, 3:33 PMSpringRunner
to be smart enough to properly order the tests to maximize context reuse.