throw new NotExecutableException("Not able to create required test items.");
}
try {
prop.setValue(new Value[]{valueNotSatisfied});
node.save();
fail("setValue(Value[] values) must throw a ConstraintViolationException " +
"if the change would violate a node type constraint " +
"either immediately or on save");
} catch (ConstraintViolationException e) {
// success