MEASUREMENT_NUMBER
MEASUREMENT_NUMBER
繰り返しテスト回数(測定のため)
NetCommonsTreeBehaviorCase Class
__construct(string $name = null, array $data = array(), string $dataName = '') : void
Fixtures load
string | $name | The name parameter on PHPUnit_Framework_TestCase::__construct() |
array | $data | The data parameter on PHPUnit_Framework_TestCase::__construct() |
string | $dataName | The dataName parameter on PHPUnit_Framework_TestCase::__construct() |
run(\PHPUnit_Framework_TestResult $result = null) : \PHPUnit_Framework_TestResult
Runs the test case and collects the results in a TestResult object.
If no TestResult object is passed a new one will be created. This method is run for each test method in this class
\PHPUnit_Framework_TestResult | $result | The test result object |