Class: Iudex::HTTP::Test::CustomUnit

Inherits:
MiniTest::Unit
  • Object
show all
Defined in:
lib/iudex-http-test/helper.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.registerObject



33
34
35
# File 'lib/iudex-http-test/helper.rb', line 33

def self.register
  MiniTest::Unit.runner = CustomUnit.new
end

Instance Method Details

#_run_suites(suites, type) ⇒ Object



27
28
29
30
31
# File 'lib/iudex-http-test/helper.rb', line 27

def _run_suites(suites, type)
  super(suites, type)
ensure
  Helper.stop
end