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:
mat007 2014-11-23 10:53:56 +00:00
parent 239403acc5
commit e85cf69f9f

View file

@ -482,6 +482,8 @@ Synopsis :
MOCK_EXPECT( identifier ).throws( exception );
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 :
[action_example_1]