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

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


import org.apache.isis.viewer.bdd.common.fixtures.perform.checkthat.property.ProposedSet;

public class CheckSetProperty extends PerformCheckThatAbstract {

    public CheckSetProperty(final Perform.Mode mode) {
        super("check set property", OnMemberColumn.REQUIRED, mode, new ProposedSet(AssertsValidity.VALID), new ProposedSet(AssertsValidity.INVALID));
    }
View Full Code Here


import org.apache.isis.viewer.bdd.common.fixtures.perform.checkthat.property.ProposedSet;

public class CheckSetProperty extends PerformCheckThatAbstract {

    public CheckSetProperty(final Perform.Mode mode) {
        super("check set property", OnMemberColumn.REQUIRED, mode, new ProposedSet(AssertsValidity.VALID),
            new ProposedSet(AssertsValidity.INVALID));
    }
View Full Code Here

TOP

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

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.