How to programmatically execute a test suite using JUnit4?

前端 未结 2 528
粉色の甜心
粉色の甜心 2021-01-02 04:48

I am trying to invoke a JUnit Test suite using the API. I know that you can suite up test classes using the following:

@RunWith(Suite.class)
@Suite.SuiteClas         


        
2条回答
提交回复
热议问题