192021222324252627
{ protected static CheckBoxExample cbx; @BeforeClass public static void initUi() { cbx = new CheckBoxExample(); cbx.defineUi(); connectSeleniumServer(); }