shard-spectator/src/spectator/mocks
Michael Miller e2130d12d3
Implement arguments case equality
Implements https://github.com/icy-arctic-fox/spectator/issues/47
Some specs are failing and need to be resolved before the new feature is considered done.
2022-10-23 20:42:08 -06:00
..
abstract_arguments.cr Initial work on response constraints 2022-03-05 10:41:39 -07:00
allow.cr Ensure stubs defined with allow syntax are cleared 2022-10-09 15:48:00 -06:00
arguments.cr Implement arguments case equality 2022-10-23 20:42:08 -06:00
double.cr Simpler conditional block inclusion 2022-10-09 16:04:07 -06:00
exception_stub.cr Add support for any_args in DSL 2022-07-12 19:05:55 -06:00
lazy_double.cr Prevent defining stubs on undefined methods in LazyDouble 2022-10-08 14:04:02 -06:00
method_call.cr Rename Arguments.empty to Arguments.none 2022-07-12 18:59:23 -06:00
mock.cr Simpler conditional block inclusion 2022-10-09 16:04:07 -06:00
mock_registry_entry.cr Record calls on injected mocks 2022-06-28 23:36:24 -06:00
mocked.cr Add ability to remove specific stubs 2022-10-09 13:38:29 -06:00
multi_value_stub.cr Add support for any_args in DSL 2022-07-12 19:05:55 -06:00
null_double.cr Disallow stubs for undefined methods in null double 2022-07-14 13:37:09 -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 Add ability to remove specific stubs 2022-10-09 13:38:29 -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 Initial rework of arguments to support named positionals 2022-10-23 15:22:50 -06:00
stubbed_name.cr Cleanup and docs 2022-03-12 15:43:12 -07:00
stubbed_type.cr Add ability to remove specific stubs 2022-10-09 13:38:29 -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 Add ability to remove specific stubs 2022-10-09 13:38:29 -06:00
value_stub.cr Add support for any_args in DSL 2022-07-12 19:05:55 -06:00