141516171819202122
private MonitoringAdmin cut; @Before public void init(){ this.cut = new MonitoringAdmin(); this.cut.location = "localhost:4848"; this.cut.initializeClient(); }