NitorCreations / RobotFramework-EclipseIDE

Developing an Eclipse IDE for the Robot Framework test automation tool
71 stars 53 forks source link

Keywords taking other keywords (to run) as arguments #27

Open xkr47 opened 12 years ago

xkr47 commented 12 years ago

Example:

Conditionally Do Additional Checks
  Run Keyword If  '${someVar}'=='yes'  Do Additional Checks

Do Additional Checks
  ...

In this example, the Do Additional Checks reference on the line starting Run Keyword If could be

xkr47 commented 12 years ago

Content assist implemented. Still pending is a way to detect/declare keywords taking keywords as arguments - currently only the BuiltIn library keywords are supported.