packetbroker / api

Packet Broker API
Apache License 2.0
7 stars 0 forks source link

Needs a TCK #14

Open huntc opened 4 years ago

huntc commented 4 years ago

My view is that APIs such as this benefit from a Test Compatibility Kit so that multiple implementations can be provided with surety. An example: https://github.com/reactive-streams/reactive-streams-jvm/tree/master/tck.

Providing this TCK as the API is developed will be easier than doing it once the API has been developed.