A TestSuite is a Composite of Tests. It runs a collection of test cases. Here is an example using the dynamic test definition. TestSuite suite= new TestSuite(); ...
確定! 回上一頁