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

#activerecord_loaded!Object



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

def activerecord_loaded!; end

#expected_result!(_result, _context) ⇒ Object



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

def expected_result!(_result, _context); end

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



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

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

#flow_steps_kwarg!(_args, _steps, _label) ⇒ Object



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

def flow_steps_kwarg!(_args, _steps, _label); end

#flow_use_cases!(_use_cases) ⇒ Object



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

def flow_use_cases!(_use_cases); end

#hash!(arg) ⇒ Object



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

def hash!(arg); arg; end

#map_args!(_args) ⇒ Object



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

def map_args!(_args); end

#micro_case_instance!(_arg) ⇒ Object



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

def micro_case_instance!(_arg); end

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



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

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

#result_instance!(_arg) ⇒ Object



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

def result_instance!(_arg); end

#result_not_defined!(_is_defined) ⇒ Object



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

def result_not_defined!(_is_defined); end

#result_type!(_type) ⇒ Object



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

def result_type!(_type); end

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



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

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

#then_use_case_or_flow!(_arg, _owner_label) ⇒ Object



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

def then_use_case_or_flow!(_arg, _owner_label); end

#transaction_class_callback!(_callable) ⇒ Object



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

def transaction_class_callback!(_callable); end

#transaction_kwarg!(value) ⇒ Object



173
174
175
176
177
178
# File 'lib/micro/case/check.rb', line 173

def transaction_kwarg!(value)
  return true if value == true
  return value if value.is_a?(Class)
  return value[:with] if value.is_a?(Hash) && value[:with].is_a?(Class)
  nil
end

#transaction_owner!(_klass) ⇒ Object



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

def transaction_owner!(_klass); end

#use_case_or_flow!(_arg) ⇒ Object



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

def use_case_or_flow!(_arg); end