Package org.slim3.util.cool.service

Examples of org.slim3.util.cool.service.GreetService.greet()


     */
    @Test
    public void create() throws Exception {
        GreetService service = CoolBridge.create(GreetService.class);
        assertThat(service, is(notNullValue()));
        assertThat(service.greet(), is("Hello"));
    }

    /**
     * @throws Exception
     */
 
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.