Module: YuiRestClient
- Defined in:
- lib/yui_rest_client.rb,
lib/yui_rest_client/app.rb,
lib/yui_rest_client/wait.rb,
lib/yui_rest_client/error.rb,
lib/yui_rest_client/timer.rb,
lib/yui_rest_client/logger.rb,
lib/yui_rest_client/actions.rb,
lib/yui_rest_client/version.rb,
lib/yui_rest_client/widgets.rb,
lib/yui_rest_client/waitable.rb,
lib/yui_rest_client/widgets/tab.rb,
lib/yui_rest_client/widgets/base.rb,
lib/yui_rest_client/widgets/tree.rb,
lib/yui_rest_client/http/response.rb,
lib/yui_rest_client/widgets/label.rb,
lib/yui_rest_client/widgets/table.rb,
lib/yui_rest_client/widgets/button.rb,
lib/yui_rest_client/widgets/textbox.rb,
lib/yui_rest_client/filter_extractor.rb,
lib/yui_rest_client/http/http_client.rb,
lib/yui_rest_client/widgets/bargraph.rb,
lib/yui_rest_client/widgets/checkbox.rb,
lib/yui_rest_client/widgets/combobox.rb,
lib/yui_rest_client/widgets/richtext.rb,
lib/yui_rest_client/widgets/datefield.rb,
lib/yui_rest_client/widgets/numberbox.rb,
lib/yui_rest_client/widgets/timefield.rb,
lib/yui_rest_client/widgets/progressbar.rb,
lib/yui_rest_client/widgets/radiobutton.rb,
lib/yui_rest_client/widgets/multilinebox.rb,
lib/yui_rest_client/widgets/selectionbox.rb,
lib/yui_rest_client/http/widget_controller.rb,
lib/yui_rest_client/widgets/menucollection.rb,
lib/yui_rest_client/http/version_controller.rb
Overview
Client to interact with YAST UI rest api framework for integration testing
Defined Under Namespace
Modules: Actions, Error, Http, Timer, Wait, Waitable, Widgets
Classes: App, FilterExtractor, Logger
Constant Summary
collapse
- VERSION =
'0.5.3'
- API_VERSION =
'v1'
Class Attribute Summary collapse
Class Method Summary
collapse
Class Attribute Details
.interval ⇒ Object
33
34
35
|
# File 'lib/yui_rest_client.rb', line 33
def interval
@interval ||= 0.5
end
|
.timeout ⇒ Object
29
30
31
|
# File 'lib/yui_rest_client.rb', line 29
def timeout
@timeout ||= 5
end
|