import org.apache.isis.viewer.bdd.common.fixtures.perform.checkthat.property.ProposedClear;
public class CheckClearProperty extends PerformCheckThatAbstract {
public CheckClearProperty(final Perform.Mode mode) {
super("check clear property", OnMemberColumn.REQUIRED, mode, new ProposedClear(AssertsValidity.VALID),
new ProposedClear(AssertsValidity.INVALID));
}