Class: BitGirder::Testing::TestHolder
- Inherits:
-
Core::BitGirderClass
- Object
- Core::BitGirderClass
- BitGirder::Testing::TestHolder
- Defined in:
- lib/bitgirder/testing.rb
Constant Summary
Constants included from Core::BitGirderMethods
Core::BitGirderMethods::PARAM_TYPE_ARG, Core::BitGirderMethods::PARAM_TYPE_ENVVAR, Core::BitGirderMethods::PARAM_TYPE_KEY
Class Method Summary collapse
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
Class Method Details
.inherited(by) ⇒ Object
141 142 143 |
# File 'lib/bitgirder/testing.rb', line 141 def self.inherited( by ) by.send( :include, TestClassMixin ) end |