Package de.zalando.sprocwrapper.example

Examples of de.zalando.sprocwrapper.example.WrapperOptionalLookupType


        assertEquals("23", pos.address.get().number);
    }

    @Test
    public void testOptionalValueWithoutMapping() {
        WrapperOptionalLookupType result = exampleSProcService.getOptionalLookupTypeWithoutMapping();
        assertNotNull(result);
        assertEquals(4, result.count);

        List<OptionalLookupType> list = result.list;
        assertNotNull(list);
View Full Code Here

TOP

Related Classes of de.zalando.sprocwrapper.example.WrapperOptionalLookupType

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.