public void SetUp() { theMatcher = new FileMatcher(); theMatcher.Add(new EndsWithPatternMatch(FileChangeCategory.Application, "*.asset.config")); theMatcher.Add(new ExtensionMatch(FileChangeCategory.Content, "*.css")); theMatcher.Add(new ExtensionMatch(FileChangeCategory.Content, "*.spark")); }