Class: Inferno::DSL::SuiteOption

Inherits:
Object
  • Object
show all
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

#descriptionObject



# File 'lib/inferno/dsl/suite_option.rb', line 21

#idObject



# File 'lib/inferno/dsl/suite_option.rb', line 21

#list_optionsObject



# File 'lib/inferno/dsl/suite_option.rb', line 21

#titleObject



# File 'lib/inferno/dsl/suite_option.rb', line 21

#valueObject



# File 'lib/inferno/dsl/suite_option.rb', line 21