コード例 #1
0
ファイル: RobotTestSuite.cs プロジェクト: rte-se/emul8
 public static bool TryCreate(string path, out IInterestingElement result)
 {
     result = new RobotTestSuite(path);
     return !((RobotTestSuite)result).IsExcluded;
 }
コード例 #2
0
 public static bool TryCreate(string path, out IInterestingElement result)
 {
     result = new RobotTestSuite(path);
     return(!((RobotTestSuite)result).IsExcluded);
 }