comp.setCursor(new Cursor(Cursor.HAND_CURSOR));
harness.check(propertyName, null, "Property: cursor");
// check 'dropTarget' property (must not be fired)
propertyName = null;
comp.setDropTarget(new DropTarget());
harness.check(propertyName, null, "Property: dropTarget");
// check 'enabled' property (must not be fired)
propertyName = null;
comp.setEnabled(true);