mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed typo
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@706 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
0616550b42
commit
a6c6b5dd82
1 changed files with 3 additions and 3 deletions
|
|
@ -90,7 +90,7 @@ Synopsis :
|
|||
|
||||
[note If the identifier is omitted it will default to the method name.]
|
||||
|
||||
[note If the method name is not ambiguous both the signature and the identifier can be ommitted in the context of a derived MOCK_BASE_CLASS or base_type typedef.]
|
||||
[note If the method name is not ambiguous both the signature and the identifier can be omitted in the context of a derived MOCK_BASE_CLASS or base_type typedef.]
|
||||
|
||||
[note The signature must be surrounded with round parenthesis if the return type contains a comma.]
|
||||
|
||||
|
|
@ -150,7 +150,7 @@ Synopsis :
|
|||
|
||||
[note A static object is used behind the scene in order to keep track of the expectations of a mock static method, therefore to ensure all tests run in isolation it is strongly suggested to manually [link turtle.reference.verification verify] and [link turtle.reference.reset reset] the static method at the end of each test.]
|
||||
|
||||
[warning For compilers without support for variadic macros the identifier cannot be ommitted and must be given explicitly.]
|
||||
[warning For compilers without support for variadic macros the identifier cannot be omitted and must be given explicitly.]
|
||||
|
||||
Example :
|
||||
|
||||
|
|
@ -244,7 +244,7 @@ Synopsis :
|
|||
|
||||
[note A static object is used behind the scene in order to keep track of the expectations of a mock function, therefore to ensure all tests run in isolation it is strongly suggested to manually [link turtle.reference.verification verify] and [link turtle.reference.reset reset] the mock function at the end of each test.]
|
||||
|
||||
[warning For compilers without support for variadic macros the identifier cannot be ommitted and must be given explicitly.]
|
||||
[warning For compilers without support for variadic macros the identifier cannot be omitted and must be given explicitly.]
|
||||
|
||||
Example :
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue