Useful Testing resources
March 3, 2022
This is a collection of testing tools that we will be compiling, so this list may grow.
testing and technology
March 3, 2022
This is a collection of testing tools that we will be compiling, so this list may grow.
February 24, 2022
Let’s assume that we have installed zsh and two versions of Java on our computer (Java 17, Java 11). To conveniently change the Java version, we can create a function in the .zsh file and just run a command that will be equal to the name of the function and we will be able to change it.
February 24, 2022
How to deserialize from json to a class without using a custom deserializer.
February 23, 2022
Sometimes it is interesting to simulate errors in the database to test certain cases, with the following steps we can simulate a failure in the mongodb database locally.
We use a mongodb running in docker.
Steps:
February 22, 2022
Maven has to main plugins to run tests:
February 21, 2022
Here are some interesting utilities for working with dates in java: