コード例 #1
0
 /**
  * Runs all test cases in given SoapUI TestSuite
  *
  * @param testSuite SoapUI TestSuite
  */
 protected void run(TestSuite testSuite) {
   run(testSuite.getTestCaseList());
 }