shard-spectator/src/spectator/mocks
Michael Miller 9efb6c95dd
Workaround compiler bug introduced by aa9ca7a
BUG: trying to upcast Nil (Crystal::NilType) <- NoReturn (Crystal::NoReturnType) (Exception)
  from /crystal/src/compiler/crystal/codegen/cast.cr:668:5 in 'upcast_distinct'
  from /crystal/src/compiler/crystal/codegen/cast.cr:523:15 in 'upcast'
  from /crystal/src/compiler/crystal/codegen/codegen.cr:1369:11 in 'accept'
  from /crystal/src/compiler/crystal/codegen/codegen.cr:2274:9 in 'visit'
  from /crystal/src/compiler/crystal/syntax/visitor.cr:27:12 in 'accept'
...
2022-07-13 15:40:22 -06:00
..
abstract_arguments.cr Initial work on response constraints 2022-03-05 10:41:39 -07:00
allow.cr Allow StubbedType alongside Stubbable for allow() 2022-07-07 19:01:02 -06:00
arguments.cr Add support for any_args in DSL 2022-07-12 19:05:55 -06:00
double.cr Remove new from reserved keywords 2022-07-12 22:30:04 -06:00
exception_stub.cr Add support for any_args in DSL 2022-07-12 19:05:55 -06:00
lazy_double.cr Store calls to mocks and doubles 2022-06-28 22:54:08 -06:00
method_call.cr Rename Arguments.empty to Arguments.none 2022-07-12 18:59:23 -06:00
mock.cr Workaround absolute path requirement for mock injection 2022-07-13 12:23:28 -06:00
mock_registry_entry.cr Record calls on injected mocks 2022-06-28 23:36:24 -06:00
mocked.cr Allow method calls with unconstrained arguments 2022-07-12 19:23:13 -06:00
multi_value_stub.cr Add support for any_args in DSL 2022-07-12 19:05:55 -06:00
null_double.cr Store calls to mocks and doubles 2022-06-28 22:54:08 -06:00
null_stub.cr Add support for any_args in DSL 2022-07-12 19:05:55 -06:00
proc_stub.cr Add support for any_args in DSL 2022-07-12 19:05:55 -06:00
reference_mock_registry.cr Record calls on injected mocks 2022-06-28 23:36:24 -06:00
stub.cr Pretify stub and call output 2022-07-12 17:47:05 -06:00
stub_modifiers.cr Add support for any_args in DSL 2022-07-12 19:05:55 -06:00
stubbable.cr Workaround compiler bug introduced by aa9ca7a 2022-07-13 15:40:22 -06:00
stubbed_name.cr Cleanup and docs 2022-03-12 15:43:12 -07:00
stubbed_type.cr Clear stubs and recorded calls after example completes 2022-07-12 20:40:27 -06:00
typed_stub.cr Replace stub value method with call method 2022-03-31 23:07:55 -06:00
unexpected_message.cr Initial work on Double 2022-03-03 22:10:09 -07:00
value_mock_registry.cr Record calls on injected mocks 2022-06-28 23:36:24 -06:00
value_stub.cr Add support for any_args in DSL 2022-07-12 19:05:55 -06:00