clouditor
clouditor copied to clipboard
Increase the usage of table tests
Description Recently, we are using more and more table-tests for our unit tests. A table test is a great way to test without duplicating too much code and changing only fields and parameters under test. This improves readability and effectiveness of writing tests.
Describe the solution you'd like Replace old tests with table tests - when appropriate.