super.setUp();
TimerService ts = new TimerServiceImpl();
TaskService tskServ = new TaskServiceImpl();
NotificationService notifyService = new NotificationServiceImpl();
node = new HelloWorldActivity();
node.addBinding(new Binding("cheese", "edam", Binding.STATIC, true, true));
node.addBinding(new Binding("drink", "drink", Binding.EL, true, true));