MCPcopy Create free account
hub / github.com/apache/groovy / testMeWithSymbolAndObject

Method testMeWithSymbolAndObject

src/test/groovy/groovy/util/EvalTest.java:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 public void testMeWithSymbolAndObject() throws CompilationFailedException {
34 Object result = Eval.me("x", Integer.valueOf(10), "x");
35 assertEquals("10", result.toString());
36 }
37
38 public void testX() throws CompilationFailedException {
39 Object result = Eval.x(Integer.valueOf(10), "x");

Callers

nothing calls this directly

Calls 4

meMethod · 0.95
toStringMethod · 0.65
valueOfMethod · 0.45
assertEqualsMethod · 0.45

Tested by

no test coverage detected