We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293b662 commit d7d4af9Copy full SHA for d7d4af9
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