Skip to content

Commit 8ff0d66

Browse files
committed
Merge pull request reactive-streams#144 from ktoso/patch-1
=tck reactive-streams#138 clarify docs on registerOnSubscribe
2 parents 3384e45 + d7d4af9 commit 8ff0d66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tck/src/main/java/org/reactivestreams/tck/SubscriberWhiteboxVerification.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,8 @@ public void registerOnSubscribe(SubscriberPuppet p) {
749749
public interface SubscriberPuppeteer {
750750

751751
/**
752-
* Must be called by the test subscriber when it has received the `onSubscribe` event.
752+
* Must be called by the test subscriber when it has successfully registered a subscription
753+
* inside the `onSubscribe` method.
753754
*/
754755
void registerOnSubscribe(SubscriberPuppet puppet);
755756
}
@@ -782,4 +783,4 @@ public interface SubscriberPuppet {
782783
public void notVerified() {
783784
throw new SkipException("Not verified using this TCK.");
784785
}
785-
}
786+
}

0 commit comments

Comments
 (0)