Annotation Type AfterMethodWithContext


@Retention(RUNTIME) @Target(METHOD) public @interface AfterMethodWithContext
Annotates methods that should be invoked after each test method (like AfterMethod), but before Tempto context has been destroyed.
See Also:
  • AfterMethod