Exemplo n.º 1
0
 public void WhenILookForTextFiles()
 {
     _storyLocations = _type == null
                         ? Locator.LocateAllStories()
                         : Locator.LocateStoriesMatching(_type);
 }
Exemplo n.º 2
0
 public void LocateMatchingStories()
 {
     _storyLocator.LocateStoriesMatching(GetType());
 }