mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed typo in documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@591 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
760858ddde
commit
aa898eb9a2
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ The interesting part is the call to mock::format which enables the whole can-be-
|
||||||
|
|
||||||
A constraint provides a means to validate a parameter received in a call to a mock object.
|
A constraint provides a means to validate a parameter received in a call to a mock object.
|
||||||
|
|
||||||
The library comes with a set of pre-defined [link turtle.reference.expectation.constraints]] matching the most widely used cases, however it is quite common to need to perform a custom validation.
|
The library comes with a set of pre-defined [link turtle.reference.expectation.constraints constraints] matching the most widely used cases, however it is quite common to need to perform a custom validation.
|
||||||
|
|
||||||
Creating a constraint can be as simple as writing a function, for instance :
|
Creating a constraint can be as simple as writing a function, for instance :
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue