executeCacheEviction(event, TestExecutionPhase.AFTER);
}
private void executeCacheEviction(TestEvent event, TestExecutionPhase currentPhase)
{
JpaCacheEviction jpaCacheEviction = obtainAnnotation(event);
if (jpaCacheEviction != null)
{
final TestExecutionPhase phase = obtainPhase(jpaCacheEviction);
if (phase.equals(currentPhase))
{