This is a follow up question to this:
TestNG: Identifying which tests methods are next
I realize now that it's possible to intercept test methods. However, it seems that the best time to safely clear the entityManager is before a @DataProvider method is executed.
Is this possible?