JUnit test with containerized MySQL database - using IntelliJ IDEA
JUnit 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 ...
appsmith.hashnode.dev5 min read