Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ end
Method
end
basex-core/src/test/java/org/basex/data/MemDataTest.java:34–37 ·
view source on GitHub ↗
Clean up method; executed after each test.
()
Source
from the content-addressed store, hash-verified
32
33
/** Clean up method; executed after each test. */
34
@AfterEach
public
void
end() {
35
context.closeDB();
36
data = null;
37
}
38
39
/**
40
* Replace value update test.
Callers
1
values
Method · 0.45
Calls
1
closeDB
Method · 0.80
Tested by
no test coverage detected