MCPcopy Create free account
hub / github.com/BaseXdb/basex / setUp

Method setUp

basex-core/src/test/java/org/basex/data/MemDataTest.java:28–31  ·  view source on GitHub ↗

Set up method; executed before each test. @throws IOException should never be thrown

()

Source from the content-addressed store, hash-verified

26 * @throws IOException should never be thrown
27 */
28 @BeforeEach public void setUp() throws IOException {
29 data = new DBNode(new IOContent(XMLSTR)).data();
30 context.openDB(data);
31 }
32
33 /** Clean up method; executed after each test. */
34 @AfterEach public void end() {

Callers

nothing calls this directly

Calls 2

openDBMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected