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

Method testPattern

src/test/java/org/dynjs/TestRunner.java:26–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 "executor.run('" + testPattern() + "');";
25
26 public static String testPattern() {
27 String pattern = System.getProperty("test.pattern");
28 if (pattern == null) {
29 pattern = "**/*Spec.js";
30 }
31
32 return pattern;
33 }
34
35 public static void main(String... args) throws InterruptedException {
36 TestRunner runner = new TestRunner();

Callers 1

TestRunnerClass · 0.95

Calls 1

getPropertyMethod · 0.65

Tested by

no test coverage detected