JUnit categories
When we ask JUnit to run the tests in specific class, all tests are executed in that class. What if want to run specific tests? That’s when JUnit categories come in to picture. With...
When we ask JUnit to run the tests in specific class, all tests are executed in that class. What if want to run specific tests? That’s when JUnit categories come in to picture. With...
Recent Comments