コード例 #1
0
 public TestFactory Build()
 {
     return(new TestFactory(loader, option ?? new TestGeneratorOption(DefaultOption), config.ToEngine()));
 }
コード例 #2
0
 public ExecuteEngine Create() => config.ToEngine();