Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/asynchbase
/ getStringDoesNotExist
Method
getStringDoesNotExist
test/TestConfig.java:154–158 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
}
153
154
@Test
155
public
void
getStringDoesNotExist() throws Exception {
156
final
Config config =
new
Config();
157
assertNull(config.getString(
"asynchbase.nosuchkey"
));
158
}
159
160
@Test
161
public
void
getInt() throws Exception {
Callers
nothing calls this directly
Calls
1
getString
Method · 0.95
Tested by
no test coverage detected