mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Updated documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@757 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
239403acc5
commit
e85cf69f9f
1 changed files with 2 additions and 0 deletions
|
|
@ -482,6 +482,8 @@ Synopsis :
|
||||||
MOCK_EXPECT( identifier ).throws( exception );
|
MOCK_EXPECT( identifier ).throws( exception );
|
||||||
MOCK_EXPECT( identifier ).calls( functor ); // gets assigned to a boost::function and throws std::invalid_argument if empty
|
MOCK_EXPECT( identifier ).calls( functor ); // gets assigned to a boost::function and throws std::invalid_argument if empty
|
||||||
|
|
||||||
|
[note The returns and moves actions are not available for mock methods returning void, including constructors and destructors.]
|
||||||
|
|
||||||
Example :
|
Example :
|
||||||
|
|
||||||
[action_example_1]
|
[action_example_1]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue