Skip to content

Commit

Permalink
Document method ordering support in the Release Notes
Browse files Browse the repository at this point in the history
Issue: #13
  • Loading branch information
sbrannen committed Nov 9, 2018
1 parent d829e95 commit 7c1f77a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ repository on GitHub.
* New `LOCALE` and `TIME_ZONE` constants in `org.junit.jupiter.api.parallel.Resources`
for use with `@ResourceLock` to synchronize test execution regarding the default
`Locale` and default `TimeZone`, respectively.
* New `MethodOrderer` API for ordering the sequence of tests with built-in support for
_alphanumeric_, `@Order` annotation based, and _random_ ordering of test methods.
- See <<../user-guide/index.adoc#writing-tests-test-execution-order, Test Execution
Order>> in the User Guide for details.
* New `DisplayNameGenerator` interface and `@DisplayNameGeneration` annotation that allow
declarative configuration of a pre-defined or custom display name generator.
* JUnit 4's `@Ignore` annotation is now supported for disabling test classes and test
Expand Down

0 comments on commit 7c1f77a

Please sign in to comment.