Example #1
0
        private IgnoreOnExtensionsChecker CreateIgnoreOnExtensionsChecker(string[] exclusiveEx)
        {
            IFileSystem       fileSystem       = new FileSystemMock();
            IExceptionHandler exceptionHandler = MockBuilder.CreateIExceptionHandler().Object;

            return(new IgnoreOnExtensionsChecker(exclusiveEx, fileSystem, exceptionHandler));
        }