Class: BitGirder::Testing::AbstractPhaseClass

Inherits:
Core::BitGirderClass show all
Includes:
AssertMethods
Defined in:
lib/bitgirder/testing.rb

Direct Known Subclasses

TestRunClass

Constant Summary

Constants included from Core::BitGirderMethods

Core::BitGirderMethods::PARAM_TYPE_ARG, Core::BitGirderMethods::PARAM_TYPE_ENVVAR, Core::BitGirderMethods::PARAM_TYPE_KEY

Instance Method Summary collapse

Methods included from AssertMethods

#assert, #assert_equal, #assert_equal_i, #assert_equal_meth, #assert_equal_s, #assert_false, #assert_match, #assert_nil, #assert_raised, #fail_test, #get_expect_raised_pat

Methods included from Core::BitGirderMethods

argv_to_argh, check_fail_prefix, class_name_to_sym, code, compares_to, console, ext_to_class_name, ext_to_sym, has_env, has_key, has_keys, nonnegative, not_nil, positive, raisef, set_from_key, set_var, split_argv, sym_to_cli_switch, sym_to_ext_id, to_bool, unpack_argv_array, unpack_argv_hash, warn

Methods included from Core::BitGirderStructure

#==, included

Instance Method Details

#start_invocation(ctx) ⇒ Object



118
119
120
121
122
# File 'lib/bitgirder/testing.rb', line 118

def start_invocation( ctx )

    @ctx = ctx
    start_impl
end