Package org.constretto.internal.provider.helper

Examples of org.constretto.internal.provider.helper.DataSourceConfigurationWithNatives


        assertEquals(new Integer(10), customerDataSource.getVersion());
    }

    @Test
    public void applyConfigrationToAnnotatedConfigurationObjectUsingNativeTypes() {
        DataSourceConfigurationWithNatives customerDataSource = new DataSourceConfigurationWithNatives();
        configuration.on(customerDataSource);
        assertEquals(10, customerDataSource.getVersion());
        assertEquals(10, customerDataSource.getOtherVersion());
    }
View Full Code Here

TOP

Related Classes of org.constretto.internal.provider.helper.DataSourceConfigurationWithNatives

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.