@Override
public void tearDown() throws Exception {
LoggingService loggingService = Aura.getLoggingService();
if (loggingService != null) {
loggingService.release();
}
try {
resetMocks();
} catch (Throwable t) {
Logger.getLogger(getClass().getName()).log(Level.SEVERE, t.getMessage(), t);