()
| 47 | public class TestUDFContext { |
| 48 | |
| 49 | @AfterClass |
| 50 | public static void oneTimeTearDown() throws Exception { |
| 51 | FileLocalizer.deleteTempFiles(); |
| 52 | } |
| 53 | |
| 54 | @Test |
| 55 | public void testUDFContext() throws Exception { |
nothing calls this directly
no test coverage detected