Package com.volantis.styling.impl.engine.matchers.constraints

Examples of com.volantis.styling.impl.engine.matchers.constraints.MatchesLanguage


public class MatchesLanguageTestCase
        extends ValueComparatorTestCaseAbstract {

    // Javadoc inherited.
    protected ValueConstraint createConstraint(String value) {
        return new MatchesLanguage(value);
    }
View Full Code Here


        return new ListContains(value);
    }

    // Javadoc inherited.
    public ValueConstraint createMatchesLanguageConstraint(String value) {
        return new MatchesLanguage(value);
    }
View Full Code Here

TOP

Related Classes of com.volantis.styling.impl.engine.matchers.constraints.MatchesLanguage

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.