rsocket / rsocket-java

Java implementation of RSocket
http://rsocket.io
Apache License 2.0
2.36k stars 354 forks source link

Generate TCK test suite from Jar dependency instead of prebaked text files #331

Closed yschimke closed 7 years ago

yschimke commented 7 years ago

Replace test files https://github.com/rsocket/rsocket-java/tree/1.0.x/rsocket-tck-drivers/src/test/resources

with a test dependency on https://github.com/ReactiveSocket/reactivesocket-tck/blob/master/src/main/scala/io/reactivesocket/tck/SampleTests.scala

And generate the tests at runtime

yschimke commented 7 years ago

Goal here is to not have to remember to update text files or let them get out of sync

yschimke commented 7 years ago

@junaidkhalid is potentially looking at this

yschimke commented 7 years ago

Closing and replacing with https://github.com/rsocket/rsocket-java/issues/377