A TestCase which is not annotated to be in group DB will not allow access to...
A TestCase which is not annotated to be in group DB will not allow access to the database connection. This is necessary to categorize unit test and avoid duplicate test case execution - it also allows us to closely review unit test implementations to identify unnecessary db calls.
Loading
Please register or sign in to comment