Does JUnit 5 guarantee the happens-before relationship for ordered test methods?

后端 未结 0 1078
故里飘歌
故里飘歌 2021-01-18 17:14

I sometimes order test methods using the following annotation: @TestMethodOrder(MethodOrderer.OrderAnnotation.class)

Does JUnit 5 guarantee the happens-b

相关标签:
回答
  • 消灭零回复
提交回复
热议问题