Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/asynchbase
/ hasPropertyNot
Method
hasPropertyNot
test/TestConfig.java:568–572 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
566
}
567
568
@Test
569
public
void
hasPropertyNot() throws Exception {
570
final
Config config =
new
Config();
571
assertFalse(config.hasProperty(
"asynchbase.nosuchkey"
));
572
}
573
}
Callers
nothing calls this directly
Calls
1
hasProperty
Method · 0.95
Tested by
no test coverage detected