after Test
Deprecated
Replace with addTestListener and a TestListener.
Adds a closure to be notified after a test has executed. A TestDescriptor and TestResult instance are passed to the closure as a parameter.
Parameters
closure
The closure to call.