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

Examples of org.apache.isis.viewer.bdd.common.fixtures.perform.checkthat.collections.Containment


import org.apache.isis.viewer.bdd.common.fixtures.perform.checkthat.collections.Emptiness;

public class CheckCollection extends PerformCheckThatAbstract {

    public CheckCollection(final Perform.Mode mode) {
        super("check collection", OnMemberColumn.REQUIRED, mode, new Hidden(), new Visible(), new Disabled(), new Usable(), new Emptiness(AssertsEmpty.EMPTY), new Emptiness(AssertsEmpty.NOT_EMPTY), new Containment(AssertsContainment.CONTAINS), new Containment(AssertsContainment.DOES_NOT_CONTAIN));
    }
View Full Code Here


public class CheckCollection extends PerformCheckThatAbstract {

    public CheckCollection(final Perform.Mode mode) {
        super("check collection", OnMemberColumn.REQUIRED, mode, new Hidden(), new Visible(), new Disabled(),
            new Usable(), new Emptiness(AssertsEmpty.EMPTY), new Emptiness(AssertsEmpty.NOT_EMPTY), new Containment(
                AssertsContainment.CONTAINS), new Containment(AssertsContainment.DOES_NOT_CONTAIN));
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.viewer.bdd.common.fixtures.perform.checkthat.collections.Containment

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.