countTestCases() Let your countTestCases() delegate to this method.
boolean
run(TestResult result, DdBehaviourCallbackHandler ddTestCase) Let your run(TestResult) delegate to this method.
Parameters: result - Parameters: ddTestCase - For handling callbacks.
Let your run(TestResult) delegate to this method.
Parameters: result - Parameters: ddTestCase - For handling callbacks. If true, then call make super call super.run(TestResult)
May call any callback on the ddTestCase, except (@link DdBehaviourCallbackHandler#setUp()) which may cause a recursive
loop.
Parameters: ddTestCase - Callback handler. throws: Exception -
May call any callback on the ddTestCase, except (@link DdBehaviourCallbackHandler#tearDown()()) which may cause a
recursive loop.
Parameters: ddTestCase - Callback handler. throws: Exception -