Package info.archinnov.achilles.internal.bean.validation

Examples of info.archinnov.achilles.internal.bean.validation.FakeValidator


    }

    @Test
    public void should_get_provided_custom_validator() throws Exception {
        // Given
        FakeValidator customValidator = new FakeValidator();
        ConfigMap params = new ConfigMap();
        params.put(BEAN_VALIDATION_ENABLE, true);
        params.put(BEAN_VALIDATION_VALIDATOR, customValidator);

        // When
View Full Code Here

TOP

Related Classes of info.archinnov.achilles.internal.bean.validation.FakeValidator

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.