We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3384e45 + d7d4af9 commit 8ff0d66Copy full SHA for 8ff0d66
tck/src/main/java/org/reactivestreams/tck/SubscriberWhiteboxVerification.java
@@ -749,7 +749,8 @@ public void registerOnSubscribe(SubscriberPuppet p) {
749
public interface SubscriberPuppeteer {
750
751
/**
752
- * Must be called by the test subscriber when it has received the `onSubscribe` event.
+ * Must be called by the test subscriber when it has successfully registered a subscription
753
+ * inside the `onSubscribe` method.
754
*/
755
void registerOnSubscribe(SubscriberPuppet puppet);
756
}
@@ -782,4 +783,4 @@ public interface SubscriberPuppet {
782
783
public void notVerified() {
784
throw new SkipException("Not verified using this TCK.");
785
-}
786
+}
0 commit comments