FileInfo testTwo = new FileInfo("twoTest.js", 1234, -1, false, false, null, "twoTest.js");
FileInfo testThree = new FileInfo("threeTest.js", 1234, -1, false, false, null, "threeTest.js");
List<FileInfo> tests = Lists.newArrayList(testOne, testTwo, testThree);
final JstdTestCaseFactory testCaseFactory = new JstdTestCaseFactory(
Collections.<JstdTestCaseProcessor> emptySet(),
Collections.<ResourceDependencyResolver>emptySet(), new NullStopWatch());
final List<JstdTestCase> testCases =
testCaseFactory.createCases(Collections.<FileInfo>emptyList(), files, tests);
final Set<FileInfo> fileSet = new RunData(null, testCases, null).getFileSet();