Package com.mycila.testing

Examples of com.mycila.testing.FailingPlugin


        assertEquals(test.getTest().getTarget(), this);
    }

    @Test(expectedExceptions = TestPluginException.class)
    public void test_execute_exception() throws Exception {
        plugins.getCache().registerPlugin("failing", new FailingPlugin());
        test.execute();
    }
View Full Code Here

TOP

Related Classes of com.mycila.testing.FailingPlugin

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.