-
@Retention(RUNTIME) @Target({METHOD,TYPE}) @Inherited @ExtendWith(StopwatchExtension.class) public @interface Stopwatch@Stopwatchis a JUnit Jupiter extension to measure the elapsed time of a test execution. It's based on the JUnit extension example.Stopwatchis not repeatable. It can be used on the method and class level.- Since:
- 0.6