public NavigationService(IFileSystemParser fileSystemParser,
     IMatchSearcher matchSearcher,
     INavigatorManager primaryNavigatorManager,
     List<INavigatorManager> supportedNavigatorManagers)
 {
     _fileSystemParser = fileSystemParser;
     _matchSearcher = matchSearcher;
     _primaryNavigatorManager = primaryNavigatorManager;
     _supportedNavigatorManagers = supportedNavigatorManagers;
 }
 public NavigationService(IFileSystemParser fileSystemParser,
                          IMatchSearcher matchSearcher,
                          INavigatorManager primaryNavigatorManager,
                          List <INavigatorManager> supportedNavigatorManagers)
 {
     _fileSystemParser           = fileSystemParser;
     _matchSearcher              = matchSearcher;
     _primaryNavigatorManager    = primaryNavigatorManager;
     _supportedNavigatorManagers = supportedNavigatorManagers;
 }
示例#3
0
 public void SetUp()
 {
     _matchSearcher = new MatchSearcher();
 }
 public void SetUp()
 {
     _matchSearcher = new MatchSearcher();
 }