public void setUp() throws Exception {
testProperties = new Properties();
responderFactory = new ResponderFactory(".");
testProvider = new SymbolProvider(new SymbolType[] {});
testWikiPageFactoryRegistry = new FileSystemPageFactory();
testSlimTableFactory = new SlimTableFactory();
testCustomComparatorsRegistry = new CustomComparatorRegistry();
testTestSystemFactory = new MultipleTestSystemFactory(testSlimTableFactory, testCustomComparatorsRegistry);
loader = new PluginsLoader(new ComponentFactory(testProperties));
assertSymbolTypeMatch("!today", false);