Module: Micro::Case::Check::Disabled

Extended by:
Disabled
Included in:
Disabled
Defined in:
lib/micro/case/check.rb

Instance Method Summary collapse

Instance Method Details

#expected_result!(_result, _context) ⇒ Object



105
# File 'lib/micro/case/check.rb', line 105

def expected_result!(_result, _context); end

#expected_self_result!(_actual, _expected, _context) ⇒ Object



106
# File 'lib/micro/case/check.rb', line 106

def expected_self_result!(_actual, _expected, _context); end

#flow_use_cases!(_use_cases) ⇒ Object



108
# File 'lib/micro/case/check.rb', line 108

def flow_use_cases!(_use_cases); end

#hash!(arg) ⇒ Object



110
# File 'lib/micro/case/check.rb', line 110

def hash!(arg); arg; end

#map_args!(_args) ⇒ Object



109
# File 'lib/micro/case/check.rb', line 109

def map_args!(_args); end

#micro_case_instance!(_arg) ⇒ Object



100
# File 'lib/micro/case/check.rb', line 100

def micro_case_instance!(_arg); end

#result_data!(_data, _is_success, _type, _use_case) ⇒ Object



104
# File 'lib/micro/case/check.rb', line 104

def result_data!(_data, _is_success, _type, _use_case); end

#result_instance!(_arg) ⇒ Object



101
# File 'lib/micro/case/check.rb', line 101

def result_instance!(_arg); end

#result_not_defined!(_is_defined) ⇒ Object



102
# File 'lib/micro/case/check.rb', line 102

def result_not_defined!(_is_defined); end

#result_type!(_type) ⇒ Object



103
# File 'lib/micro/case/check.rb', line 103

def result_type!(_type); end

#results_contract!(_use_case_class, _kind, _type, _value) ⇒ Object



111
# File 'lib/micro/case/check.rb', line 111

def results_contract!(_use_case_class, _kind, _type, _value); end

#then_use_case_or_flow!(_arg, _owner_label) ⇒ Object



107
# File 'lib/micro/case/check.rb', line 107

def then_use_case_or_flow!(_arg, _owner_label); end

#use_case_or_flow!(_arg) ⇒ Object



99
# File 'lib/micro/case/check.rb', line 99

def use_case_or_flow!(_arg); end