Skip to content

Commit

Permalink
Merge branch '11.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 11, 2024
2 parents 767deeb + 579f254 commit 25ba795
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/attributes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,22 @@ Additionally, ``$_dataName`` is available and holds the name of the current data
That would be ``data set 1`` through ``data set 4`` in the example shown above.


.. _appendixes.attributes.DisableReturnValueGenerationForTestDoubles:

``DisableReturnValueGenerationForTestDoubles``
==============================================

+-------------+--------------+------------+
| Class Level | Method Level | Repeatable |
+=============+==============+============+
| yes | no | no |
+-------------+--------------+------------+

The ``DisableReturnValueGenerationForTestDoubles`` attribute can be used to disable the return value generation
for test doubles created using ``createMock()``, ``createMockForIntersectionOfInterfaces()``, ``createPartialMock()``,
``createStub()``, and ``createStubForIntersectionOfInterfaces()`` for all tests of a test case class.


.. _appendixes.attributes.DoesNotPerformAssertions:

``DoesNotPerformAssertions``
Expand Down

0 comments on commit 25ba795

Please sign in to comment.