Class: TLDR::Strategizer::Strategy
- Inherits:
-
Struct
- Object
- Struct
- TLDR::Strategizer::Strategy
- Defined in:
- lib/tldr/strategizer.rb
Instance Attribute Summary collapse
-
#append_sequential_tests ⇒ Object
Returns the value of attribute append_sequential_tests.
-
#parallel? ⇒ Object
Returns the value of attribute parallel?.
-
#parallel_tests_and_groups ⇒ Object
Returns the value of attribute parallel_tests_and_groups.
-
#prepend_sequential_tests ⇒ Object
Returns the value of attribute prepend_sequential_tests.
Instance Attribute Details
#append_sequential_tests ⇒ Object
Returns the value of attribute append_sequential_tests
3 4 5 |
# File 'lib/tldr/strategizer.rb', line 3 def append_sequential_tests @append_sequential_tests end |
#parallel? ⇒ Object
Returns the value of attribute parallel?
3 4 5 |
# File 'lib/tldr/strategizer.rb', line 3
def parallel?
@parallel?
end
|
#parallel_tests_and_groups ⇒ Object
Returns the value of attribute parallel_tests_and_groups
3 4 5 |
# File 'lib/tldr/strategizer.rb', line 3 def parallel_tests_and_groups @parallel_tests_and_groups end |
#prepend_sequential_tests ⇒ Object
Returns the value of attribute prepend_sequential_tests
3 4 5 |
# File 'lib/tldr/strategizer.rb', line 3 def prepend_sequential_tests @prepend_sequential_tests end |