public void testWriteResources() throws IOException {
Map<String, FileInfo> files = Maps.newHashMap();
FileInfo fileInfo = new FileInfo("foo.js", -1, -1, false, false, "", "foo.js");
NullPathPrefix prefix = new NullPathPrefix();
Set<FileInfoScheme> schemes = Collections.<FileInfoScheme>emptySet();
JstdTestCaseStore store = new JstdTestCaseStore();
String id = "foo";
store.addCase(new JstdTestCase(Collections.<FileInfo>emptyList(), Lists.newArrayList(fileInfo),
Collections.<FileInfo>emptyList(), id));
RunnerPage page = new RunnerPage(new TestFileUtil(store, prefix, schemes, new Gson()), false);
Map<String, String> properties = Maps.newHashMap();
properties.put(SlavePageRequest.TESTCASE_ID, id);