1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 08:25:59 +01:00
This commit is contained in:
Mike Long
2011-03-22 21:51:32 +01:00
parent f02e387a40
commit 7f0890916a

View File

@@ -240,7 +240,7 @@ with for the fake function. It is probably easier to describe with an example:
ASSERT_EQ(myReturnVals[2], longfunc0()); ASSERT_EQ(myReturnVals[2], longfunc0());
} }
By specifying a return value sequence using the <tt>SET_RETURN_SEQ<tt> macro, By specifying a return value sequence using the <tt>SET_RETURN_SEQ</tt> macro,
the fake will return the values given in the parameter array in sequence. When the fake will return the values given in the parameter array in sequence. When
the end of the sequence is reached the fake will continue to return the last the end of the sequence is reached the fake will continue to return the last
value in the sequence indefinitely. value in the sequence indefinitely.