File tree 1 file changed +2
-4
lines changed
tck/src/main/java/org/reactivestreams/tck/support
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
package org .reactivestreams .tck .support ;
13
13
14
- import org .reactivestreams .tck .TestEnvironment ;
15
-
16
14
/**
17
15
* Internal TCK use only.
18
16
* Add / Remove tests for PublisherVerification here to make sure that they arre added/removed in the other places.
@@ -32,7 +30,7 @@ public interface PublisherVerificationRules {
32
30
void required_validate_boundedDepthOfOnNextAndRequestRecursion () throws Exception ;
33
31
/**
34
32
* Asks for a {@code Publisher} that should emit exaclty one item and complete (both within a
35
- * timeout specified by {@link TestEnvironment#defaultTimeoutMillis()}).
33
+ * timeout specified by {@link org.reactivestreams.tck. TestEnvironment#defaultTimeoutMillis()}).
36
34
* <p>The test is not executed if {@link org.reactivestreams.tck.PublisherVerification#maxElementsFromPublisher()} returns zero.
37
35
* <p>This test mostly ensures that the {@code Publisher} implementation is actually operational.
38
36
* If this test fails (likely with a timeout error), the following could be checked within the {@code Publisher} implementation:
@@ -52,7 +50,7 @@ public interface PublisherVerificationRules {
52
50
void required_createPublisher1MustProduceAStreamOfExactly1Element () throws Throwable ;
53
51
/**
54
52
* Asks for a {@code Publisher} that should emit exaclty three items and complete (all within a
55
- * timeout specified by {@link TestEnvironment#defaultTimeoutMillis()}).
53
+ * timeout specified by {@link org.reactivestreams.tck. TestEnvironment#defaultTimeoutMillis()}).
56
54
* <p>The test is not executed if {@link org.reactivestreams.tck.PublisherVerification#maxElementsFromPublisher()} is less than 3.
57
55
* <p>This test mostly ensures that the {@code Publisher} implementation is actually operational.
58
56
* If this test fails (likely with a timeout error), the following could be checked within the {@code Publisher} implementation:
You can’t perform that action at this time.
0 commit comments