Package org.apache.isis.viewer.bdd.common.fixtures.perform.checkthat.property

Examples of org.apache.isis.viewer.bdd.common.fixtures.perform.checkthat.property.ProposedClear


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));
    }
View Full Code Here


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));
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.viewer.bdd.common.fixtures.perform.checkthat.property.ProposedClear

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.