Look to PHPUnit for inspiration on the interpretation of the different entities.
xUnit/jUnit data describes the following elements:
The testcase is the smallest element and would equate to a test method, and testsuite would equate to a test class.
So where does PHPUnit's top-level TestSuite fit in?
Look to
PHPUnitfor inspiration on the interpretation of the different entities.xUnit/jUnit data describes the following elements:
The testcase is the smallest element and would equate to a test method, and testsuite would equate to a test class.
So where does
PHPUnit's top-levelTestSuitefit in?