From 90d1e2c8dd830bcb8b733b45f7f506b145bb8b3a Mon Sep 17 00:00:00 2001 From: JUnit Team Date: Wed, 1 May 2024 09:47:13 +0000 Subject: [PATCH] Generated by gradle-git-publish. --- .../store/NamespacedHierarchicalStore.html | 15 ++++++++++++++- docs/snapshot/release-notes/index.html | 19 ++++++++++++++----- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/support/store/NamespacedHierarchicalStore.html b/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/support/store/NamespacedHierarchicalStore.html index e85df5bad55..fda73f45526 100644 --- a/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/support/store/NamespacedHierarchicalStore.html +++ b/docs/snapshot/api/org.junit.platform.engine/org/junit/platform/engine/support/store/NamespacedHierarchicalStore.html @@ -308,7 +308,10 @@

close

If a close action is configured, it will be called with all successfully stored values in reverse insertion order. -

Closing a store does not close its parent or any of its children.

+

Closing a store does not close its parent or any of its children. + +

Invocations of this method after the store has already been closed will + be ignored.

Specified by:
close in interface AutoCloseable
@@ -328,6 +331,8 @@

get

key - the key; never null
Returns:
the stored value; may be null
+
Throws:
+
IllegalStateException - if this store has already been closed
@@ -350,6 +355,7 @@

get

Throws:
NamespacedHierarchicalStoreException - if the stored value cannot be cast to the required type
+
IllegalStateException - if this store has already been closed
@@ -370,6 +376,8 @@

NamespacedHierarchicalStoreException - if the stored value cannot be cast to the required type +
IllegalStateException - if this store has already been closed
@@ -422,6 +431,7 @@

put

Throws:
NamespacedHierarchicalStoreException - if the stored value cannot be cast to the required type
+
IllegalStateException - if this store has already been closed
@@ -441,6 +451,8 @@

remove

key - the key; never null
Returns:
the previously stored value; may be null
+
Throws:
+
IllegalStateException - if this store has already been closed
@@ -466,6 +478,7 @@

remove

Throws:
NamespacedHierarchicalStoreException - if the stored value cannot be cast to the required type
+
IllegalStateException - if this store has already been closed
diff --git a/docs/snapshot/release-notes/index.html b/docs/snapshot/release-notes/index.html index b12f713f2e5..6edf9b6d46e 100644 --- a/docs/snapshot/release-notes/index.html +++ b/docs/snapshot/release-notes/index.html @@ -529,8 +529,8 @@

For a complete list of all closed issues and pull requests for this release, consult the -5.11.0-M2 milestone page in the -JUnit repository on GitHub.

+5.11.0-M2 milestone page in the JUnit +repository on GitHub.

@@ -573,7 +573,16 @@