SpringFailOnTimeout
is a custom JUnit 4.5+ {@link Statement}which adds support for Spring's {@link Timed @Timed} annotation by throwingan exception if the next statement in the execution chain takes more than the specified number of milliseconds.
@see #evaluate()
@author Sam Brannen
@since 3.0
|
|
|
|
|
|
|
|
|
|
|
|