162163164165166167168169170171172
} catch (InterruptedException e) { e.printStackTrace(); } try { tester.testButtonLiving(); } catch (Exception exc) { Assert.fail("testButtonLiving() -> " + exc.getMessage()); } }