6364656667686970717273
put("toto", "xml"); } }; } }; mojo.execute(); } @Test(dependsOnMethods = "remove_missing_header", expectedExceptions = MojoFailureException.class) public void check_before_add() throws Exception {
175176177178179180181182183184185
put("toto", "xml"); } }; } }; mojo.execute(); } @Test(dependsOnMethods = "remove_header", expectedExceptions = MojoFailureException.class) public void check_after_remove_header() throws Exception {