/** @throws java.lang.Exception */ @Before public void setUp() throws Exception { builder = new Owlbuilder(testConnection); builder.setUpForTesting(); nb1 = testConnection.getNarrative(TESTNARRATIVE1); nb2 = testConnection.getNarrative(TESTNARRATIVE2); }
@Before public void setUp() throws Exception { builder = new Owlbuilder(testConnection); builder.setUpForTesting(); }