Add details for the other method of checking dropped histories

This commit is contained in:
Mike Long
2011-02-19 21:36:25 +01:00
parent a6eeacdaf0
commit 49281bd779

View File

@@ -211,15 +211,18 @@ check the dropped histories counter:
The other is to check if the call count is greater than the history size: The other is to check if the call count is greater than the history size:
coming soon... ASSERT(voidfunc2_arg_history_len < voidfunc2_call_count);
The argument histories for a fake function are reset when the RESET_FAKE
function is called
## User Defined Argument History ## User Defined Argument History
Coming soon... Coming soon!
## Function Return Value Sequences ## Function Return Value Sequences
To be implemented... Coming soon!
## Find out more... ## Find out more...