maxLength = testName.length();
}
}
System.out.println("~ " + tests.size() + " test" + (tests.size() != 1 ? "s" : "") + " to run:");
System.out.println("~");
firephoque.openWindow(new URL(app + "/@tests/init"), "headless");
boolean ok = true;
for (String test : tests) {
long start = System.currentTimeMillis();
String testName = test.replace(".class", "").replace(".test.html", "").replace(".", "/").replace("$", "/");
System.out.print("~ " + testName + "... ");