Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ assertEval
Method
assertEval
src/test/java/org/dynjs/runtime/builtins/MathTest.java:562–564 ·
view source on GitHub ↗
(String javascript, Object expected)
Source
from the content-addressed store, hash-verified
560
}
561
562
private
void
assertEval(String javascript, Object expected) {
563
assertThat(eval(javascript)).isEqualTo(expected);
564
}
565
566
}
Callers
15
testMathAtan2YNaN
Method · 0.95
testMathAtan2XNaN
Method · 0.95
testMathAtan2XGreaterThanZero
Method · 0.95
testMathAtan2NegativeInfinity
Method · 0.95
testMathAtan2NegativeZero
Method · 0.95
testMathAtan2PositiveZero
Method · 0.95
testMathCeil
Method · 0.95
testMathCeilFloaty
Method · 0.95
testMathCeilNaN
Method · 0.95
testMathCeilPositiveInfinity
Method · 0.95
testMathCeilNegativeInfinity
Method · 0.95
testMathCeilNegativeLessThanNegativeOne
Method · 0.95
Calls
1
eval
Method · 0.45
Tested by
no test coverage detected