SKSumit Kumarinappsmith.hashnode.dev·Jan 25, 2021 · 5 min readJUnit test with containerized MySQL database - using IntelliJ IDEAJUnit is one of the most popular unit testing frameworks used with Java to create repeatable tests. With JUnit each test is written as a separate method inside a Java class. IntelliJ IDEA provides an option to run these test cases from within the ...00
SKSumit Kumarinappsmith.hashnode.dev·Dec 17, 2020 · 2 min readConnect to database instance running inside a Java testcontainer using IntelliJ IDEATestcontainers library (Java) is generally used along with Junit test cases to spawn a test environment within a docker container. IntelliJ IDEA provides an option to run these test cases from within the IDE. Databases spwaned using testcontainers w...00