module Cerata
module Probatio
module Probatio::Colours
module Probatio::DebugMethods
module Probatio::ExtraErrorMethods
module Probatio::SeedReporter
module Probatio::Waiters
class MyProbatioPlugin
class Probatio::After
class Probatio::Around
class Probatio::AssertionError
class Probatio::Before
class Probatio::Chronometer
class Probatio::Context
class Probatio::DotReporter
class Probatio::Event
class Probatio::Exitter
class Probatio::Group
class Probatio::Leaf
class Probatio::Node
class Probatio::ProbaOutputter
class Probatio::Recorder
class Probatio::Section
class Probatio::Setup
class Probatio::Teardown
class Probatio::Test
class Probatio::VanillaSummarizer
probatio
1.1.1
# assert_not_nil
def assert_not_nil(*as) do_assert(as, 'not nil') { |a| a != nil } end