Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ testMathCeil
Method
testMathCeil
src/test/java/org/dynjs/runtime/builtins/MathTest.java:242–245 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
240
}
241
242
@Test
243
public
void
testMathCeil() {
244
assertEval(
"Math.ceil(12)"
, 12L);
245
}
246
247
@Test
248
public
void
testMathCeilFloaty() {
Callers
nothing calls this directly
Calls
1
assertEval
Method · 0.95
Tested by
no test coverage detected