Exemplo n.º 1
0
 @Override
 public void afterTestMethod(Object testObject, Method testMethod, Throwable throwable) {
   if (throwable == null) {
     assertDbContentAsExpected(testMethod, testObject);
   }
 }