6566676869707172
assertEquals(test.getTest().getTarget(), this); } @Test(expectedExceptions = TestPluginException.class) public void test_execute_exception() throws Exception { plugins.getCache().registerPlugin("failing", new FailingPlugin()); test.execute(); }