TestContainers: making Java integration tests easy zeroturnaround.com
TestContainers make integration tests in Java easy. You get fully isolated, repeatable environments with normal JUnit tests using @Rules to set up docker.. (more…)
Read more »Educational implementation of a subset of the JVM bytecode to illustrate imperative and object-oriented programming. – se-tuebingen/mini-jvm… Read more