4849505152535455565758
} }; } }; mojo.execute(); } @Test public void test_execution_quiet() throws Exception {
7172737475767778798081
} }; } }; mojo.execute(); } @Test public void test_execution_no_mapping() throws Exception {
93949596979899100101102103
} }; } }; mojo.execute(); } @Test(expectedExceptions = InvalidResourceException.class) public void test_execution_bad_header() throws Exception {
114115116117118119120121122123124
} }; } }; mojo.execute(); } @Test(expectedExceptions = MojoFailureException.class) public void test_execution_url_file_system() throws Exception {
135136137138139140141142143144145
} }; } }; mojo.execute(); } @Test(expectedExceptions = MojoFailureException.class) public void test_execution_url_classpath() throws Exception {
919293949596979899100101
put("toto", "xml"); } }; } }; mojo.execute(); } @Test(dependsOnMethods = "check_before_add") public void add_header() throws Exception {
156157158159160161162163164165166
} }; } }; mojo.execute(); } @Test public void test_selection() throws Exception {
147148149150151152153154155156157
put("toto", "xml"); } }; } }; mojo.execute(); } @Test(dependsOnMethods = "check_after_add") public void remove_header() throws Exception {
203204205206207208209210211
put("toto", "xml"); } }; } }; mojo.execute(); } }
5556575859606162636465
} }; } }; mojo.execute(); } @Test(dependsOnMethods = "test_check_before") public void test_add() throws Exception {