AbstractBeforeAfterRule

A TestRule that guarantees the execution of .after even if an exception has been thrown from delegate Statement. This is much like AfterClass or After annotations but can be used with RuleChain to guarantee the order of execution.

Inheritors

Constructors

Link copied to clipboard
constructor()