Package org.jboss.weld.tests.interceptors.lhotse.snd

Examples of org.jboss.weld.tests.interceptors.lhotse.snd.Client


    @Test
    public void testInterceptors(CDAO cdao) throws Exception {
        TxInterceptor.used = false;

        Client c = new Client();
        Assert.assertTrue(cdao.save(c));
        Assert.assertTrue(TxInterceptor.used);
    }
View Full Code Here

TOP

Related Classes of org.jboss.weld.tests.interceptors.lhotse.snd.Client

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.