Generated by
JDiff

Class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks

Documentation changed from old to new.

Changed Constructors
RunAfterTestMethodCallbacks(Statement, Object, Method, TestContextManager) Documentation changed from old to new.
Constructs a new RunAfterTestMethodCallbacks statement.
 

Changed Methods
void evaluate() Documentation changed from old to new.
Invokes the next Statement in the execution chain (typically an instance of RunAfters), catching any exceptions thrown, and then calls TestContextManager.afterTestMethod(Object, Method, Throwable) with the first caught exception (if any).