- Spring 5.0 Projects
- Nilang Patel
- 196字
- 2021-07-02 12:35:02
Reactive Streams TCK
Implementing the interfaces defined in Reactive Streams specification is not just suffice to build Reactive Streams. The specification comprises a set of components and rules. The components part is taken care of with four interfaces we discussed, while the rules are defined by Reactive Streams Technology Compatibility Kit (TCK).
The Reactive Streams TCK is a guideline to Reactive Streams implementors to verify their implementations against the rules defined in the specifications. The TCK is developed with a testing framework in Java called TestNG and can be used in other JVM-based programming languages, like Kotlin and Scala.
TCK covers most of the rules, but not all, defined in the specification because for some of the rules, it is not possible to construct automated test cases. So theoretically, it can't be verified fully against the specification; however, it is helpful to validate most of the important rules.
TCK comprises four TestNG test classes and contains test cases, which can be extended by implementers and provide their implementation of Publisher, Subscriber, Subscription, and Processor to validate against the specification rules. You can get it in further detail from the link: https://github.com/reactive-streams/reactive-streams-jvm/tree/master/tck.
- Cisco OSPF命令與配置手冊
- FreeSWITCH 1.2
- 物聯(lián)網(wǎng)安全(原書第2版)
- 物聯(lián)網(wǎng)網(wǎng)絡(luò)安全及應(yīng)用
- Spring Boot 2.0 Projects
- 新一代物聯(lián)網(wǎng)架構(gòu)技術(shù):分層算力網(wǎng)絡(luò)
- NB-IoT物聯(lián)網(wǎng)技術(shù)解析與案例詳解
- Echo Quick Start Guide
- INSTANT LinkedIn Customization How-to
- 商業(yè)的本質(zhì)和互聯(lián)網(wǎng)
- RestKit for iOS
- 一本書讀懂移動物聯(lián)網(wǎng)
- 路由與交換技術(shù)
- 物聯(lián)網(wǎng):感知、傳輸與應(yīng)用
- Next.js Quick Start Guide