33343536373839
/** * @throws java.lang.Exception */ @BeforeMethod public void setUp() throws Exception { bannerProvider = new ImpalaPluginBannerProvider(); }
34353637383940
/** * @throws java.lang.Exception */ @Before public void setUp() throws Exception { bannerProvider = new ImpalaPluginBannerProvider(); }