Devoxx Ukraine 2019: Ride the database in JUnit tests with Database Rider - Mikalai Alimenkou
Devoxx Ukraine 2020 becomes a FREE ONLINE event
6-7th of November Kyiv, Ukraine
Registration:
For a long time DB related testing in Java world has been a real pain and most developers tried to reduce number of such tests as much as possible. With good in-memory database implementations like H2, schema migration solutions like Liquibase or Flyway, containerization with libraries like TestContainers, database management is now much simpler. But test data management is still a pain. Some developers use SQL dumps, others insert data via JPA/JDBC or rely on prepared data sets. Good old DBUnit may be a good option, but it is not so developer friendly and not adopted well for modern annotations driven development style. Database Rider closes the gap between modern Java development environment and DBUnit, bringing DBUnit closer to your JUnit tests, so database testing will feel like a breeze. In addition to flexible data sets management this library provides other useful features:
2 views
15
1
2 years ago 00:15:44 12
Жизнь Java 7 подходит к концу, Meta сжигает миллиарды, особенности PlayStation VR2
3 years ago 00:56:37 2
Devoxx Ukraine 2019: Kubernetes Serverless or Serverfull - Burr Sutter
3 years ago 00:48:48 1
Devoxx Ukraine 2019: Being transactional in 2019 - what does it actually mean? - Maciej Próchniak
3 years ago 00:36:44 1
Devoxx Ukraine 2019: New opportunities for Java developers with GraalVM - Alina Yurenko
3 years ago 00:09:03 1
Devoxx Ukraine 2019: The state of typed front-end - Daniil Drobot