Bartłomiej Rasztabigablog.rasztabiga.me·Jun 10, 2023Integration testing in MicronautMicronaut is a modern, JVM-based, microservices-oriented framework that helps developers build efficient and scalable applications. A key aspect of any successful application is thorough testing, and Micronaut provides several options for testing you...52 readsMicronaut
Marco Shimomotoblog.shimomoto.org·Nov 6, 2022When you need to generate data for testsI often say that in tests we break rules, we cheat and lie as long as the code is exercised and the production code is safe, bug free. Quite often we need to be able to test what happens when we operate on an aggregate, but the entire aggregate is no...73 readsJava