MCPcopy Create free account
hub / github.com/dynjs/dynjs / testSyntaxErrorThrows

Method testSyntaxErrorThrows

src/test/java/org/dynjs/runtime/DynJSTest.java:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 @Test(expected = ThrowException.class)
51 public void testSyntaxErrorThrows() {
52 getRuntime().execute("var f ( {;");
53 }
54
55 @Test
56 public void evalLines() {

Callers

nothing calls this directly

Calls 2

executeMethod · 0.65
getRuntimeMethod · 0.45

Tested by

no test coverage detected