Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/opentsdb
/ parseDurationM
Method
parseDurationM
test/utils/TestDateTime.java:307–311 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
305
}
306
307
@Test
308
public
void
parseDurationM() {
309
long t = DateTime.parseDuration(
"60m"
);
310
assertEquals(60 * 60 * 1000, t);
311
}
312
313
@Test
314
public
void
parseDurationH() {
Callers
nothing calls this directly
Calls
1
parseDuration
Method · 0.95
Tested by
no test coverage detected