We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352b397 commit 9e727f9Copy full SHA for 9e727f9
tck/src/main/java/org/reactivestreams/tck/TestEnvironment.java
@@ -919,6 +919,7 @@ public void assertClosed(String openErrorMsg) {
919
}
920
921
public void assertOpen(String closedErrorMsg) {
922
+ new ExpectedOpenLatchException(closedErrorMsg).printStackTrace();
923
if (isClosed()) {
924
env.flop(new ExpectedOpenLatchException(closedErrorMsg));
925
0 commit comments