()
| 76 | } |
| 77 | |
| 78 | @Before |
| 79 | public void setUp() throws Exception { |
| 80 | // Reset state since some tests are in mapred and some in local mode |
| 81 | Util.resetStateForExecModeSwitch(); |
| 82 | } |
| 83 | |
| 84 | @AfterClass |
| 85 | public static void oneTimeTearDown() throws Exception { |
no test coverage detected