Package no.priv.garshol.duke

Examples of no.priv.garshol.duke.ConfigurationImpl.validate()


    phone.setLookupBehaviour(Property.Lookup.REQUIRED);

    ConfigurationImpl config = new ConfigurationImpl();
    config.setThreshold(0.85);
    config.setProperties(props);
    config.validate();

    Collection<Property> lookups = config.getLookupProperties();
    assertEquals(3, lookups.size());
    assertTrue(lookups.contains(name));
    assertTrue(lookups.contains(email));
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.