import org.apache.isis.viewer.bdd.common.fixtures.perform.checkthat.property.NotEmpty;
public class CheckProperty extends PerformCheckThatAbstract {
public CheckProperty(final Perform.Mode mode) {
super("check property", OnMemberColumn.REQUIRED, mode, new Hidden(), new Visible(), new Disabled(), new Usable(), new Contains(), new DoesNotContain(), new Empty(), new NotEmpty());
}