Unrelated question, I can see that the KTor test fixtures use JUnit4 APIs. Is it possible to somehow...
d
Unrelated question, I can see that the KTor test fixtures use JUnit4 APIs. Is it possible to somehow use with JUnit5 Jupiter?
a
What fixtures do you mean? You can use
testApplication
with any testing framework.