Skip to content

Commit f0c6481

Browse files
committed
Update Experimental APIs section in User Guide
1 parent c461400 commit f0c6481

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

documentation/src/docs/asciidoc/user-guide/api-evolution.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ The following table lists which APIs are currently designated as _experimental_
4646
|===
4747
| Package Name | Class Name | Type
4848

49+
| `org.junit.jupiter.api` | `AssertionsKt` | `class`
4950
| `org.junit.jupiter.api` | `DynamicContainer` | `class`
5051
| `org.junit.jupiter.api` | `DynamicNode` | `class`
5152
| `org.junit.jupiter.api` | `DynamicTest` | `class`
53+
| `org.junit.jupiter.api` | `EnabledIf` | `annotation`
5254
| `org.junit.jupiter.api` | `TestFactory` | `annotation`
5355
| `org.junit.jupiter.migrationsupport.rules` | `EnableRuleMigrationSupport` | `annotation`
5456
| `org.junit.jupiter.migrationsupport.rules` | `ExpectedExceptionSupport` | `class`
@@ -70,6 +72,7 @@ The following table lists which APIs are currently designated as _experimental_
7072
| `org.junit.jupiter.params.provider` | `MethodSource` | `annotation`
7173
| `org.junit.jupiter.params.provider` | `ValueSource` | `annotation`
7274
| `org.junit.jupiter.params.support` | `AnnotationConsumer` | `interface`
75+
| `org.junit.platform.engine.discovery` | `ModuleSelector` | `class`
7376
| `org.junit.platform.gradle.plugin` | `EnginesExtension` | `class`
7477
| `org.junit.platform.gradle.plugin` | `FiltersExtension` | `class`
7578
| `org.junit.platform.gradle.plugin` | `JUnitPlatformExtension` | `class`

0 commit comments

Comments
 (0)