.asString());
final ModelNode tmp = result.get("result").get("timer");
final Set<String> lst = tmp.keys();
Assert.assertEquals(1, lst.size());
this.timerId = lst.iterator().next();
this.timerAddress = address.pathAddress(address, PathElement.pathElement("timer", this.timerId));
return this.timerAddress;
}
protected boolean isActive(final ModelNode timerDetails) {
return timerDetails.get("active").asString().equalsIgnoreCase("true");