Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/opentsdb
/ constructorDefault
Method
constructorDefault
test/utils/TestConfig.java:41–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
@Test
42
public
void
constructorDefault() throws Exception {
43
assertEquals(
"0.0.0.0"
,
new
Config(false).getString(
"tsd.network.bind"
));
44
}
45
46
@Test
47
public
void
constructorChild() throws Exception {
Callers
nothing calls this directly
Calls
1
getString
Method · 0.45
Tested by
no test coverage detected