Using Mill testkit from Maven/Junit #6550
-
|
I still have an open branch for a complete openapitools-mill-plugin over at the official openapitools project. The last remaining work is a proper test. At the moment I am working around this by using a dedicated embedded mill project which resolves snapshot dependencies which require a I was experimenting a bit with uTest, but I also would prefer to write the tests with the libraries already used by openapitools (plain JUnit). Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Most files in |
Beta Was this translation helpful? Give feedback.
Most files in
mill.testkitdon't importutest. OnlyUtestExampleTestSuiteandExampleTesterseem to depend onutest. All the other classes look like they are independent of any specific test framework. Maybe you can useUtestIntegrationTestSuiteas a blueprint how to useIntegrationTestSuiteandIntegrationTesterwith JUnit.