Class: Peruby::TestBuilder::Context
- Inherits:
-
Struct
- Object
- Struct
- Peruby::TestBuilder::Context
- Defined in:
- lib/peruby/runtime/test_builder.rb
Instance Attribute Summary collapse
-
#indent ⇒ Object
Returns the value of attribute indent.
-
#planned ⇒ Object
Returns the value of attribute planned.
-
#tests_run ⇒ Object
Returns the value of attribute tests_run.
Instance Attribute Details
#indent ⇒ Object
Returns the value of attribute indent
6 7 8 |
# File 'lib/peruby/runtime/test_builder.rb', line 6 def indent @indent end |
#planned ⇒ Object
Returns the value of attribute planned
6 7 8 |
# File 'lib/peruby/runtime/test_builder.rb', line 6 def planned @planned end |
#tests_run ⇒ Object
Returns the value of attribute tests_run
6 7 8 |
# File 'lib/peruby/runtime/test_builder.rb', line 6 def tests_run @tests_run end |