TCH RE Renan Schmitt · Java Tips and Tricks Write Unit Tests Faster with Instancio When working on tests, we often need to create test data, which is one of the most tedious aspects of programming. Recently, I started…
RE Renan Schmitt · Java Tips and Tricks Testing and Test Data Strategies in Java Write better tests faster with parameterization, mocking legacy code, and auto-generating realistic test data.