Class: Peruby::TestBuilder::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/peruby/runtime/test_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indentObject

Returns the value of attribute indent

Returns:

  • (Object)

    the current value of indent



6
7
8
# File 'lib/peruby/runtime/test_builder.rb', line 6

def indent
  @indent
end

#plannedObject

Returns the value of attribute planned

Returns:

  • (Object)

    the current value of planned



6
7
8
# File 'lib/peruby/runtime/test_builder.rb', line 6

def planned
  @planned
end

#tests_runObject

Returns the value of attribute tests_run

Returns:

  • (Object)

    the current value of tests_run



6
7
8
# File 'lib/peruby/runtime/test_builder.rb', line 6

def tests_run
  @tests_run
end