LoadTests() public method

public LoadTests ( ) : Hierarchy
return StoryTeller.Domain.Hierarchy
コード例 #1
0
 public void SetUp()
 {
     project = DataMother.MathProject();
     hierarchy = project.LoadTests();
 }