public static bool TryCreate(string path, out IInterestingElement result) { result = new RobotTestSuite(path); return !((RobotTestSuite)result).IsExcluded; }
public static bool TryCreate(string path, out IInterestingElement result) { result = new RobotTestSuite(path); return(!((RobotTestSuite)result).IsExcluded); }