assertEquals(tskServ,context.getTaskService());
}
protected void setUp() throws Exception {
super.setUp();
TimerService ts = new TimerServiceImpl();
TaskService tskServ = new TaskServiceImpl();
NotificationService notifyService = new NotificationServiceImpl();
node = new HelloWorldActivity();