Module: Maxitest

Defined in:
lib/maxitest/vendor/testrbl.rb,
lib/maxitest.rb,
lib/maxitest/trap.rb,
lib/maxitest/autorun.rb,
lib/maxitest/pending.rb,
lib/maxitest/threads.rb,
lib/maxitest/timeout.rb,
lib/maxitest/version.rb,
lib/maxitest/implicit_subject.rb,
lib/maxitest/verbose_backtrace.rb,
lib/maxitest/static_class_order.rb

Overview

this is a bit hacky / overwrites describe, so not included by default …

Defined Under Namespace

Modules: ImplicitSubject, Pending, Testrbl, Threads, Timeout, VerboseAssertion, VerboseBacktrace

Constant Summary collapse

Interrupted =
Class.new(StandardError)
ENABLE_PLUGINS =
true
VERSION =
"3.2.0"

Class Attribute Summary collapse

Class Attribute Details

.interruptedObject

Returns the value of attribute interrupted.



31
32
33
# File 'lib/maxitest/trap.rb', line 31

def interrupted
  @interrupted
end

.static_class_orderObject

Returns the value of attribute static_class_order.



3
4
5
# File 'lib/maxitest/static_class_order.rb', line 3

def static_class_order
  @static_class_order
end

.timeoutObject

Returns the value of attribute timeout.



6
7
8
# File 'lib/maxitest/timeout.rb', line 6

def timeout
  @timeout
end