.isEmpty());
assertFalse("HTTP Method names should be sorted alphabetically", node
.selectNodes("*/Permission[@actions='DELETE,PUT']").isEmpty());
assertFalse("HTTP Method names should be sorted alphabetically",
node.selectNodes("RolePermissions/Role/Permission[@actions='GET,POST']").isEmpty());
assertTrue("HTTP Method names should be sorted alphabetically",
node.selectNodes("RolePermissions/Role/Permission[@actions='POST,GET']").isEmpty());
assertFalse("HTTP Method names should be sorted alphabetically, followed by colon-separated transport guarantee", node
.selectNodes("UncheckedPermissions/Permission[@actions='GET,POST:CONFIDENTIAL']").isEmpty());
}