Beispiel #1
0
 public RunwayCentrelineTest()
 {
     segment    = RunwayCentrelineSegmentFactory.Make();
     centreline = new RunwayCentreline(
         segment,
         DefinitionFactory.Make(),
         DocblockFactory.Make(),
         CommentFactory.Make()
         );
 }
Beispiel #2
0
 public CentrelineStarterTest()
 {
     segment = RunwayCentrelineSegmentFactory.Make();
 }