My test so far uses no libraries except stdlib-jdk...
# announcements
v
My test so far uses no libraries except stdlib-jdk8 and RxKotlin
🧵 1
h
ktor has it's own testing library for testing rest apis.
and many other libraries do too
v
Thanks, I will look into it!
h
so it depends on what library you are using
v
I am testing a live rest service, testing is independent of the service code, so I can choose whatever library I want for the tests.
h
oh i see. you can just use any rest client api to test and get the results then.
unless i dont understand
v
You do understand correctly, but I wanted to check if something exists that is similar to functional and reactive style of Spring WebFlux and WebTestClient
l
kofu?
v
very nice, thanks!