Testing
Daikon was designed to be easily testable. It is perfectly suited for an outside-in approach and the use of Test Driven Development. The tests in this section use the following libraries:
- AssertJ as assertion library
- mockito-kotlin as mocking library
- Topinambur as http client
If you want to see how we test Daikon you can clone the Daikon repository and take a look around.