Home
last modified time | relevance | path

Searched refs:RobotFrameworkKeywordAttribute (Results 1 – 3 of 3) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DRobotFrameworkKeywordAttribute.cs11 public class RobotFrameworkKeywordAttribute : Attribute class
13 …public RobotFrameworkKeywordAttribute(string name = null, Replay replayMode = Replay.InReexecution… in RobotFrameworkKeywordAttribute() method in Antmicro.Renode.RobotFramework.RobotFrameworkKeywordAttribute
DKeywordManager.cs30 foreach(var methodAttr in t.GetMethodsWithAttribute<RobotFrameworkKeywordAttribute>()) in Register()
DKeyword.cs56 … var attr = methodInfo.GetCustomAttributes<RobotFrameworkKeywordAttribute>().Single();