Ejemplo n.º 1
0
 public static bool TryCreate(string path, out IInterestingElement result)
 {
     result = new RobotTestSuite(path);
     return !((RobotTestSuite)result).IsExcluded;
 }
Ejemplo n.º 2
0
 public static bool TryCreate(string path, out IInterestingElement result)
 {
     result = new RobotTestSuite(path);
     return(!((RobotTestSuite)result).IsExcluded);
 }