Class: Inferno::DSL::SuiteOption
- Inherits:
-
Object
- Object
- Inferno::DSL::SuiteOption
- Defined in:
- lib/inferno/dsl/suite_option.rb
Overview
This class is used to represent TestSuite-level options which are selected by the user, and can affect which tests/groups are displayed and run as well as the behavior of those tests.
Constant Summary collapse
- ATTRIBUTES =
[ :id, :title, :description, :list_options, :value ].freeze
Instance Attribute Summary collapse
Instance Attribute Details
#description ⇒ Object
|
# File 'lib/inferno/dsl/suite_option.rb', line 21
|
#id ⇒ Object
|
# File 'lib/inferno/dsl/suite_option.rb', line 21
|
#list_options ⇒ Object
|
# File 'lib/inferno/dsl/suite_option.rb', line 21
|
#title ⇒ Object
|
# File 'lib/inferno/dsl/suite_option.rb', line 21
|
#value ⇒ Object
|
# File 'lib/inferno/dsl/suite_option.rb', line 21
|