Package org.internna.iwebmvc.model.core.hierarchy

Examples of org.internna.iwebmvc.model.core.hierarchy.I18nHierarchy


    }

    @Test
    public void isI18n() throws Exception {
        assertTrue("LocalizedValue has a i18n property", new LocalizedValue().isI18n());
        assertTrue("LocalizedValue has a i18n property", new I18nHierarchy().isI18n());
        assertFalse("Locale has not a i18n property", new Locale().isI18n());
    }
View Full Code Here

TOP

Related Classes of org.internna.iwebmvc.model.core.hierarchy.I18nHierarchy

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.