Annotation Type BeforeMethodWithContext


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