How to Use OpenGPT to Write JUnit Tests
February 19, 2023
Test driven development is the standard nowadays but sometimes somehow there appears a class before the test is written. This is especially true for legacy projects and legacy code. The most unpleasant task in such moments is to write the JUnit tests. That’s when OpenGPT comes to help. You just paste the class to OpenGPT… read more »