@Before
public void beforeTest() {
log.info("Running #" + name.getMethodName());
final Application application = new Application("test", "Test", new EmptySession(), new ApplicationManagerOption());
final UIContext uiContext = new UIContext(application);
UIContext.setCurrent(uiContext);
txn = Txn.get();
txn.begin(new EmptyTxnContext());
PPusher.initialize();