From 7c1f77a131152f18c8242e7c56460ff8c6ba1a10 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 9 Nov 2018 17:17:18 +0100 Subject: [PATCH] Document method ordering support in the Release Notes Issue: #13 --- .../docs/asciidoc/release-notes/release-notes-5.4.0-M1.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.4.0-M1.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.4.0-M1.adoc index 27e3951eb534..a1f230404c24 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.4.0-M1.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.4.0-M1.adoc @@ -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