public void afterTest() throws Throwable {
stack.clear();
currentIndex = -1;
HistoryImpl historyImpl = GwtReflectionUtils.getStaticFieldValue(History.class, "impl");
GwtReflectionUtils.callPrivateMethod(GwtReflectionUtils.getPrivateFieldValue(
GwtReflectionUtils.getPrivateFieldValue(
GwtReflectionUtils.getPrivateFieldValue(historyImpl, "handlers"),
"eventBus"), "map"), "clear");
}