Skip to content

Commit 3dd6a8a

Browse files
sheng.haiyangshenghaiyang
sheng.haiyang
authored and
shenghaiyang
committed
update tck README
1 parent a4abf38 commit 3dd6a8a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CopyrightWaivers.txt

+1
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ akarnokd | David Karnok, [email protected]
3939
egetman | Evgeniy Getman, [email protected]
4040
patriknw | Patrik Nordwall, [email protected], Lightbend Inc
4141
angelsanz | Ángel Sanz, [email protected]
42+
shenghaiyang | 盛海洋, [email protected]

tck/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Since the TCK is aimed at Reactive Stream implementers, looking into the sources
4141
In order to make mapping between test cases and Specification rules easier, each test case covering a specific
4242
Specification rule abides the following naming convention: `TYPE_spec###_DESC` where:
4343

44-
* `TYPE` is one of: [#type-required](required), [#type-optional](optional), [#type-stochastic](stochastic) or [#type-untested](untested) which describe if this test is covering a Rule that MUST or SHOULD be implemented. The specific words are explained in detail below.
44+
* `TYPE` is one of: [required](#type-required), [optional](#type-optional), [stochastic](#type-stochastic) or [untested](#type-untested) which describe if this test is covering a Rule that MUST or SHOULD be implemented. The specific words are explained in detail below.
4545
* `###` is the Rule number (`1.xx` Rules are about `Publisher`s, `2.xx` Rules are about Subscribers etc.)
4646
* `DESC` is a short explanation of what exactly is being tested in this test case, as sometimes one Rule may have multiple test cases in order to cover the entire Rule.
4747

0 commit comments

Comments
 (0)