"testEXCEL.xls", "testWORD.doc", "testPPT.ppt",
"testVISIO.vsd", "test-outlook.msg"
};
for(String file : files) {
// Process it without recursing
TrackingHandler handler = process(file, extractor, false);
// Won't have fired
assertEquals(0, handler.filenames.size());
assertEquals(0, handler.mediaTypes.size());