30313233343536
/** * @throws java.lang.Exception */ @BeforeMethod public void setUp() throws Exception { fileNameProvider = new ImpalaPluginHistoryFileNameProvider(); }
31323334353637
/** * @throws java.lang.Exception */ @Before public void setUp() throws Exception { fileNameProvider = new ImpalaPluginHistoryFileNameProvider(); }