From 1b3bef3e8c8abcfc878c2695213c9725088b97c5 Mon Sep 17 00:00:00 2001 From: mat007 Date: Mon, 30 Jul 2012 11:06:53 +0000 Subject: [PATCH] Fixed boost documentation git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@532 860be788-9bd5-4423-9f1e-828f051e677b --- build/boost/doc/mock.qbk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build/boost/doc/mock.qbk b/build/boost/doc/mock.qbk index e90666c..04c3636 100644 --- a/build/boost/doc/mock.qbk +++ b/build/boost/doc/mock.qbk @@ -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.