X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/mockery/mockery/docs/cookbook
home
/
prisjneg
/
public_html
/
vendor
/
mockery
/
mockery
/
docs
/
cookbook
/
📁
..
📄
big_parent_class.rst
(1.63 KB)
📄
class_constants.rst
(4.57 KB)
📄
default_expectations.rst
(757 B)
📄
detecting_mock_objects.rst
(394 B)
📄
index.rst
(273 B)
📄
map.rst.inc
(275 B)
📄
mockery_on.rst
(2.98 KB)
📄
mocking_class_within_class.rst
(4.31 KB)
📄
mocking_hard_dependencies.rst
(4.37 KB)
📄
not_calling_the_constructor.rst
(2.1 KB)
Editing: default_expectations.rst
.. index:: single: Cookbook; Default Mock Expectations Default Mock Expectations ========================= Often in unit testing, we end up with sets of tests which use the same object dependency over and over again. Rather than mocking this class/object within every single unit test (requiring a mountain of duplicate code), we can instead define reusable default mocks within the test case's ``setup()`` method. This even works where unit tests use varying expectations on the same or similar mock object. How this works, is that you can define mocks with default expectations. Then, in a later unit test, you can add or fine-tune expectations for that specific test. Any expectation can be set as a default using the ``byDefault()`` declaration.
Upload File
Create Folder