예제 #1
0
        public void StartWatching(string path, IFixtureFileObserver observer)
        {
            var fullPath = path.ToFullPath();
            _watcher = new FileChangeWatcher(fullPath, FileSet.Deep("*.md"), this);
            _watcher.Start();

            _observer = observer;
        }
예제 #2
0
        public void StartWatching(string path, IFixtureFileObserver observer)
        {
            var fullPath = path.ToFullPath();

            _watcher = new FileChangeWatcher(fullPath, FileSet.Deep("*.md"), this);
            _watcher.Start();

            _observer = observer;
        }
예제 #3
0
 public void StartWatching(string path, IFixtureFileObserver observer)
 {
     // nothing
 }
 public void StartWatching(string path, IFixtureFileObserver observer)
 {
     // nothing
 }