mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed boost documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@532 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
61ee9e04a6
commit
1b3bef3e8c
1 changed files with 5 additions and 5 deletions
|
|
@ -207,11 +207,11 @@ An expectation can be part of several sequences :
|
|||
|
||||
During the execution of a test case, an error can happen for one of the following reasons :
|
||||
|
||||
* unexpected call when no match can be found for the given arguments (typically logs an error and throws an exception)
|
||||
* sequence failure when an enforced call sequence has not been followed (typically logs an error and throws an exception)
|
||||
* verification failure if a remaining match has not been fulfilled upon manual verification (typically logs an error)
|
||||
* untriggered expectation if a remaining match has not been fulfilled when destroying the mock object (typically logs an error)
|
||||
* missing action if a method supposed to return something else than void has not been configured properly (typically logs an error and throws an exception)
|
||||
* unexpected call when no match can be found for the given arguments (typically logs an error and throws an exception)
|
||||
* sequence failure when an enforced call sequence has not been followed (typically logs an error and throws an exception)
|
||||
* verification failure if a remaining match has not been fulfilled upon manual verification (typically logs an error)
|
||||
* untriggered expectation if a remaining match has not been fulfilled when destroying the mock object (typically logs an error)
|
||||
* missing action if a method supposed to return something else than void has not been configured properly (typically logs an error and throws an exception)
|
||||
|
||||
The exact type of the exception thrown depends on the [[#Error_policy]] used.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue