LoadTests() public method

public LoadTests ( ) : Hierarchy
return StoryTeller.Domain.Hierarchy
 public void SetUp()
 {
     project = DataMother.MathProject();
     hierarchy = project.LoadTests();
 }