How run test suite JUnit5?

前端 未结 0 1687
借酒劲吻你
借酒劲吻你 2020-11-21 06:35

I am trying to create test suites with JUnit5. I created runner for my tests

@RunWith(JUnitPlatform.class)
@SelectClasses(UserAPITest.class)
public class User         


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