To see the result of an JUnit test, Eclipse uses the JUnit view which shows the results of the tests. You can also select individual unit test in this view , right-click them and select Run to
To create a test suite in Eclipse you select the test classes which should be included into this in the Package Explorer view, right-click on them and select New → Other... → JUnit → JUnit
Test Suite.
在Eclipse中创建测试套件的方法
右键选中需要创建套件的包,选中 New → Other... → JUnit → JUnit Test Suite.