Module: Maxitest

Defined in:
lib/maxitest/threads.rb,
lib/maxitest.rb,
lib/maxitest/xit.rb,
lib/maxitest/autorun.rb,
lib/maxitest/helpers.rb,
lib/maxitest/let_all.rb,
lib/maxitest/pending.rb,
lib/maxitest/timeout.rb,
lib/maxitest/version.rb,
lib/maxitest/hook_all.rb,
lib/maxitest/hook_all.rb,
lib/maxitest/interrupt.rb,
lib/maxitest/vendor/testrbl.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: Helpers, HookAll, ImplicitSubject, InterruptHandler, LetAll, Pending, Testrbl, Threads, Timeout, VerboseAssertion, VerboseBacktrace, XitMethod

Constant Summary collapse

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

Class Attribute Summary collapse

Class Attribute Details

.hook_all_counterObject

Returns the value of attribute hook_all_counter.



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

def hook_all_counter
  @hook_all_counter
end

.interruptedObject

Returns the value of attribute interrupted.



9
10
11
# File 'lib/maxitest/interrupt.rb', line 9

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