module Minitest::Stately
Constants
- VERSION
Public Class Methods
fail_if(name, &blk)
click to toggle source
# File lib/minitest/stately_plugin.rb, line 21 def self.fail_if(name, &blk) @watcher.fail_if(name, &blk) end
run(&blk)
click to toggle source
# File lib/minitest/stately_plugin.rb, line 17 def self.run(&blk) @watcher.run(&blk) end
watch(name, &blk)
click to toggle source
# File lib/minitest/stately_plugin.rb, line 13 def self.watch(name, &blk) @watcher.watch(name, &blk) end
watcher()
click to toggle source
# File lib/minitest/stately_plugin.rb, line 9 def self.watcher @watcher end