spring-framework / org.springframework.test.context.testng / AbstractTestNGSpringContextTests / run

run

open fun run(callBack: IHookCallBack, testResult: ITestResult): Unit

Delegates to the test in the supplied callback to execute the actual test and then tracks the exception thrown during test execution, if any.

See Also
org.testng.IHookable#run(IHookCallBack, ITestResult)