Searched refs:RobotFrameworkKeywordAttribute (Results 1 – 3 of 3) sorted by relevance
11 public class RobotFrameworkKeywordAttribute : Attribute class13 …public RobotFrameworkKeywordAttribute(string name = null, Replay replayMode = Replay.InReexecution… in RobotFrameworkKeywordAttribute() method in Antmicro.Renode.RobotFramework.RobotFrameworkKeywordAttribute
30 foreach(var methodAttr in t.GetMethodsWithAttribute<RobotFrameworkKeywordAttribute>()) in Register()
56 … var attr = methodInfo.GetCustomAttributes<RobotFrameworkKeywordAttribute>().Single();