53545556575859
private AssertFf4j assertFF4J = null; @Before public void setUp() throws Exception { openJmxConnection(); assertFF4J = new AssertFf4j(ff4j); }
51525354555657
@Before public void setUp() throws Exception { ff4j = new FF4j(); ff4j.setStore(initStore()); testedStore = ff4j.getStore(); assertFf4j = new AssertFf4j(ff4j); }
6061626364656667
/** {@inheritDoc} */ @Override @Before public void setUp() throws Exception { if (assertFF4J == null) { assertFF4J = new AssertFf4j(ff4j); } }
55565758596061