Skip to content

Commit

Permalink
Clarify test lifecycles for junit 5, link to junit docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Nov 19, 2020
1 parent e08c81c commit 4160f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junit5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Therefore, in order to use this extension in your test, you have to annotate you
In their default behaviour, the extensions will automatically start/stop Weld SE container and inject into all your `@Inject` fields and method parameters in the given test instance.
Furthermore you can provide configuration and modify Weld bootstrapping process in various ways - extensions, scope activation, interception, ...

The extensions support both test lifecycles - per method and per class.
This JUnit extension supports both test lifecycles [as described by JUnit 5](https://junit.org/junit5/docs/current/user-guide/#writing-tests-test-instance-lifecycle) - per method and per class.

Requirements are JUnit 5 and Java 8.

Expand Down

0 comments on commit 4160f46

Please sign in to comment.