[Mockpp-commits] mockpp/mockpp/tests AbstractInvocationDispatcher_test.cpp,1.29,1.30 AnyArgumentsMat
Brought to you by:
ewald-arnold
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28770/mockpp/tests Modified Files: AbstractInvocationDispatcher_test.cpp AnyArgumentsMatcher_test.cpp ArgumentsMatchBuilder_test.cpp ArgumentsMatcher_test.cpp AssertMo_test.cpp Assert_test.cpp ChainableMockMethod_1_test.cpp ChainableMockMethod_2_test.cpp ChainableMockMethod_test.cpp ChainableMockObjectPolymorphism_test.cpp ChainableMockObject_1_test.cpp ChainableMockObject_1_void_test.cpp ChainableMockObject_2_test.cpp ChainableMockObject_2_void_test.cpp ChainableMockObject_3_test.cpp ChainableMockObject_3_void_test.cpp ChainableMockObject_4_test.cpp ChainableMockObject_4_void_test.cpp ChainableMockObject_5_test.cpp ChainableMockObject_5_void_test.cpp ChainableMockObject_test.cpp ChainableMockObject_void_test.cpp ChainingMockBuilder_test.cpp ChainingMockObjectSupport_test.cpp ConstraintList_test.cpp ConstraintSet_test.cpp CoreMock_test.cpp CustomStub_test.cpp DefaultResultStub_test.cpp DynamicChainingMockError_test.cpp Exception_test.cpp ExpectationBoundary_test.cpp ExpectationConglomeration_test.cpp ExpectationCounterRange_test.cpp ExpectationCounter_test.cpp ExpectationList_test.cpp ExpectationMap_test.cpp ExpectationSegment_test.cpp ExpectationSet_test.cpp ExpectationValue_test.cpp FIFOInvocationDispatcher_test.cpp Formatter_test.cpp InvocationMockerBuilder_test.cpp InvocationMocker_test.cpp Invocation_test.cpp InvokeAtLeastMatcher_test.cpp InvokeAtLeastOnceMatcher_test.cpp InvokeAtMostMatcher_test.cpp InvokeCountMatcher_test.cpp InvokeOnceMatcher_test.cpp InvokedAfterMatcher_test.cpp InvokedBeforeMatcher_test.cpp InvokedRecorder_test.cpp IsAnything_test.cpp IsCloseTo_test.cpp IsEqual_test.cpp IsGreaterOrEqual_test.cpp IsGreaterThan_test.cpp IsInstanceOf_test.cpp IsLessOrEqual_test.cpp IsLessThan_test.cpp IsNot_test.cpp IsNothing_test.cpp IsSame_test.cpp LIFOInvocationDispatcher_test.cpp MatchBuilder_test.cpp MixedMockObject_5_test.cpp MockObject_test.cpp NoArgumentsMatcher_test.cpp Or_test.cpp OutBound_test.cpp ResponseVector_test.cpp ReturnObjectList_test.cpp ReturnStub_test.cpp StringContains_test.cpp StringEndsWith_test.cpp StringStartsWith_test.cpp StubBuilder_test.cpp StubSequence_test.cpp TestFailureMatcher_test.cpp TestFailureStub_test.cpp ThrowStub_test.cpp ThrowableList_test.cpp Throwable_test.cpp TimeServer_test.cpp TrackingCounter_test.cpp TypelessStubSequence_test.cpp UnlimitedMatcher_test.cpp Verifiable_test.cpp VerifyingTestCaller_test.cpp VerifyingTestCase_test.cpp VisitableMockMethod_1_test.cpp VisitableMockMethod_2_test.cpp VisitableMockMethod_test.cpp VisitableMockObject_1_test.cpp VisitableMockObject_1_void_test.cpp VisitableMockObject_2_test.cpp VisitableMockObject_2_void_test.cpp VisitableMockObject_3_test.cpp VisitableMockObject_3_void_test.cpp VisitableMockObject_4_test.cpp VisitableMockObject_4_void_test.cpp VisitableMockObject_5_test.cpp VisitableMockObject_5_void_test.cpp VisitableMockObject_template_test.cpp VisitableMockObject_void_test.cpp VoidStub_test.cpp mockpp_pti_test.cpp mockpp_test.cpp Log Message: register boost tests Index: Or_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/Or_test.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Or_test.cpp 30 Dec 2005 15:31:59 -0000 1.17 +++ Or_test.cpp 1 Jan 2006 16:28:36 -0000 1.18 @@ -73,6 +73,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(Or_test::test_describe); +MOCKPP_BOOST_TEST(Or_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (Or_test); Index: TestFailureMatcher_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/TestFailureMatcher_test.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- TestFailureMatcher_test.cpp 30 Dec 2005 15:31:59 -0000 1.15 +++ TestFailureMatcher_test.cpp 1 Jan 2006 16:28:36 -0000 1.16 @@ -66,6 +66,8 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(TestFailureMatcher_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (TestFailureMatcher_test); Index: DynamicChainingMockError_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/DynamicChainingMockError_test.cpp,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- DynamicChainingMockError_test.cpp 30 Dec 2005 15:31:59 -0000 1.20 +++ DynamicChainingMockError_test.cpp 1 Jan 2006 16:28:36 -0000 1.21 @@ -74,6 +74,8 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(DynamicChainingMockError_test::test_describe); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (DynamicChainingMockError_test); Index: IsInstanceOf_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/IsInstanceOf_test.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- IsInstanceOf_test.cpp 30 Dec 2005 15:31:59 -0000 1.21 +++ IsInstanceOf_test.cpp 1 Jan 2006 16:28:36 -0000 1.22 @@ -71,6 +71,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(IsInstanceOf_test::test_describe); +MOCKPP_BOOST_TEST(IsInstanceOf_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (IsInstanceOf_test); Index: ExpectationList_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ExpectationList_test.cpp,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- ExpectationList_test.cpp 30 Dec 2005 15:31:59 -0000 1.23 +++ ExpectationList_test.cpp 1 Jan 2006 16:28:36 -0000 1.24 @@ -123,6 +123,27 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ExpectationList_test::test_chain); +MOCKPP_BOOST_TEST(ExpectationList_test::test_hasExpectations); +MOCKPP_BOOST_TEST(ExpectationList_test::test_name); +MOCKPP_BOOST_TEST(ExpectationList_test::test_many); +MOCKPP_BOOST_TEST(ExpectationList_test::test_balance); +MOCKPP_BOOST_TEST(ExpectationList_test::test_clear); + +MOCKPP_BOOST_TEST(ExpectationList_test::test_expectNothing); +MOCKPP_BOOST_TEST(ExpectationList_test::test_expectNothing_revoked); +MOCKPP_BOOST_TEST(ExpectationList_test::test_expectActualImmediate); +MOCKPP_BOOST_TEST(ExpectationList_test::test_expectActualVerify); +MOCKPP_BOOST_TEST(ExpectationList_test::test_ifNoExpected); + +MOCKPP_BOOST_TEST(ExpectationList_test::fail_clearActual); +MOCKPP_BOOST_TEST(ExpectationList_test::fail_expectActualImmediate); +MOCKPP_BOOST_TEST(ExpectationList_test::fail_expectActualVerify); +MOCKPP_BOOST_TEST(ExpectationList_test::fail_expectNothing); +MOCKPP_BOOST_TEST(ExpectationList_test::fail_many); + +MOCKPP_BOOST_TEST(ExpectationList_test::fail_ifNoActual); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ExpectationList_test); Index: IsLessThan_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/IsLessThan_test.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- IsLessThan_test.cpp 30 Dec 2005 15:31:59 -0000 1.13 +++ IsLessThan_test.cpp 1 Jan 2006 16:28:36 -0000 1.14 @@ -70,6 +70,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(IsLessThan_test::test_describe); +MOCKPP_BOOST_TEST(IsLessThan_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (IsLessThan_test); Index: ExpectationMap_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ExpectationMap_test.cpp,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- ExpectationMap_test.cpp 30 Dec 2005 15:31:59 -0000 1.23 +++ ExpectationMap_test.cpp 1 Jan 2006 16:28:36 -0000 1.24 @@ -132,6 +132,30 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ExpectationMap_test::test_chain); +MOCKPP_BOOST_TEST(ExpectationMap_test::test_hasExpectations); +MOCKPP_BOOST_TEST(ExpectationMap_test::test_name); +MOCKPP_BOOST_TEST(ExpectationMap_test::test_clear); +MOCKPP_BOOST_TEST(ExpectationMap_test::test_many); +MOCKPP_BOOST_TEST(ExpectationMap_test::test_get); +MOCKPP_BOOST_TEST(ExpectationMap_test::test_missing); +MOCKPP_BOOST_TEST(ExpectationMap_test::test_pair_get); +MOCKPP_BOOST_TEST(ExpectationMap_test::test_pair_getmany); + +MOCKPP_BOOST_TEST(ExpectationMap_test::test_expectNothing); +MOCKPP_BOOST_TEST(ExpectationMap_test::test_expectNothing_revoked); +MOCKPP_BOOST_TEST(ExpectationMap_test::test_expectActualImmediate); +MOCKPP_BOOST_TEST(ExpectationMap_test::test_expectActualVerify); +MOCKPP_BOOST_TEST(ExpectationMap_test::test_ifNoExpected); + +MOCKPP_BOOST_TEST(ExpectationMap_test::fail_expectActualImmediate); +MOCKPP_BOOST_TEST(ExpectationMap_test::fail_expectActualVerify); +MOCKPP_BOOST_TEST(ExpectationMap_test::fail_expectNothing); +MOCKPP_BOOST_TEST(ExpectationMap_test::fail_many); + +MOCKPP_BOOST_TEST(ExpectationMap_test::fail_ifNoActual); +MOCKPP_BOOST_TEST(ExpectationMap_test::fail_clearActual); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ExpectationMap_test); Index: CustomStub_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/CustomStub_test.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- CustomStub_test.cpp 30 Dec 2005 15:31:59 -0000 1.17 +++ CustomStub_test.cpp 1 Jan 2006 16:28:36 -0000 1.18 @@ -67,6 +67,8 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(CustomStub_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (CustomStub_test); Index: Assert_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/Assert_test.cpp,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- Assert_test.cpp 30 Dec 2005 15:31:58 -0000 1.25 +++ Assert_test.cpp 1 Jan 2006 16:28:36 -0000 1.26 @@ -127,6 +127,29 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(Assert_test::test_FalseTrue); +MOCKPP_BOOST_TEST(Assert_test::test_boundary); + +MOCKPP_BOOST_TEST(Assert_test::test_equalsDouble); +MOCKPP_BOOST_TEST(Assert_test::test_equalsFloat); +MOCKPP_BOOST_TEST(Assert_test::test_equalsLong); +MOCKPP_BOOST_TEST(Assert_test::test_equalsBool); +MOCKPP_BOOST_TEST(Assert_test::test_equalsChar); +MOCKPP_BOOST_TEST(Assert_test::test_equalsInt); +MOCKPP_BOOST_TEST(Assert_test::test_equalsShort); +MOCKPP_BOOST_TEST(Assert_test::test_equalsAString); + +#ifdef MOCKPP_UNICODE +MOCKPP_BOOST_TEST(Assert_test::test_equalsWString); +MOCKPP_BOOST_TEST(Assert_test::test_equalsPWChar); +#endif + +MOCKPP_BOOST_TEST(Assert_test::test_equalsPChar); +MOCKPP_BOOST_TEST(Assert_test::test_macros); + +MOCKPP_BOOST_TEST(Assert_test:: fail_fail); +MOCKPP_BOOST_TEST(Assert_test:: fail_failmsg); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (Assert_test); Index: IsLessOrEqual_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/IsLessOrEqual_test.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- IsLessOrEqual_test.cpp 30 Dec 2005 15:31:59 -0000 1.13 +++ IsLessOrEqual_test.cpp 1 Jan 2006 16:28:36 -0000 1.14 @@ -70,6 +70,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(IsLessOrEqual_test::test_describe); +MOCKPP_BOOST_TEST(IsLessOrEqual_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (IsLessOrEqual_test); Index: MixedMockObject_5_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/MixedMockObject_5_test.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- MixedMockObject_5_test.cpp 30 Dec 2005 15:31:59 -0000 1.12 +++ MixedMockObject_5_test.cpp 1 Jan 2006 16:28:36 -0000 1.13 @@ -87,6 +87,10 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(MixedMockObject_5_test::test_controller); +MOCKPP_BOOST_TEST(MixedMockObject_5_test::test_chainer); +MOCKPP_BOOST_TEST(MixedMockObject_5_test::test_return); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (MixedMockObject_5_test); Index: ChainableMockObject_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_test.cpp,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- ChainableMockObject_test.cpp 30 Dec 2005 15:31:58 -0000 1.30 +++ ChainableMockObject_test.cpp 1 Jan 2006 16:28:36 -0000 1.31 @@ -107,6 +107,19 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ChainableMockObject_test::test_register); +MOCKPP_BOOST_TEST(ChainableMockObject_test::test_after_1); +MOCKPP_BOOST_TEST(ChainableMockObject_test::test_after_2); +MOCKPP_BOOST_TEST(ChainableMockObject_test::test_bad_after); +MOCKPP_BOOST_TEST(ChainableMockObject_test::test_before_1); +MOCKPP_BOOST_TEST(ChainableMockObject_test::test_before_2); +MOCKPP_BOOST_TEST(ChainableMockObject_test::test_bad_before); +MOCKPP_BOOST_TEST(ChainableMockObject_test::test_pending); +MOCKPP_BOOST_TEST(ChainableMockObject_test::test_expect_return); +MOCKPP_BOOST_TEST(ChainableMockObject_test::test_expect_throw); +MOCKPP_BOOST_TEST(ChainableMockObject_test::test_stub_return); +MOCKPP_BOOST_TEST(ChainableMockObject_test::test_stub_return_const_ref); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ChainableMockObject_test); Index: Invocation_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/Invocation_test.cpp,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- Invocation_test.cpp 30 Dec 2005 15:31:59 -0000 1.26 +++ Invocation_test.cpp 1 Jan 2006 16:28:36 -0000 1.27 @@ -103,6 +103,19 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(Invocation_test::test_equals0); +MOCKPP_BOOST_TEST(Invocation_test::test_equals1); +MOCKPP_BOOST_TEST(Invocation_test::test_equals2); +MOCKPP_BOOST_TEST(Invocation_test::test_equals3); +MOCKPP_BOOST_TEST(Invocation_test::test_equals4); +MOCKPP_BOOST_TEST(Invocation_test::test_equals5); +MOCKPP_BOOST_TEST(Invocation_test::test_get1); +MOCKPP_BOOST_TEST(Invocation_test::test_get2); +MOCKPP_BOOST_TEST(Invocation_test::test_get3); +MOCKPP_BOOST_TEST(Invocation_test::test_get4); +MOCKPP_BOOST_TEST(Invocation_test::test_get5); +MOCKPP_BOOST_TEST(Invocation_test::test_invoked); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (Invocation_test); Index: IsGreaterThan_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/IsGreaterThan_test.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- IsGreaterThan_test.cpp 30 Dec 2005 15:31:59 -0000 1.13 +++ IsGreaterThan_test.cpp 1 Jan 2006 16:28:36 -0000 1.14 @@ -70,6 +70,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(IsGreaterThan_test::test_describe); +MOCKPP_BOOST_TEST(IsGreaterThan_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (IsGreaterThan_test); Index: ChainableMockObject_3_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_3_test.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- ChainableMockObject_3_test.cpp 30 Dec 2005 15:31:58 -0000 1.15 +++ ChainableMockObject_3_test.cpp 1 Jan 2006 16:28:36 -0000 1.16 @@ -76,6 +76,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ChainableMockObject_3_test::test_outbound); +MOCKPP_BOOST_TEST(ChainableMockObject_3_test:: test_parameter_3 ); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ChainableMockObject_3_test); Index: ChainableMockObject_4_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_4_void_test.cpp,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- ChainableMockObject_4_void_test.cpp 30 Dec 2005 15:31:58 -0000 1.18 +++ ChainableMockObject_4_void_test.cpp 1 Jan 2006 16:28:36 -0000 1.19 @@ -77,6 +77,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ChainableMockObject_4_void_test::test_outbound); +MOCKPP_BOOST_TEST(ChainableMockObject_4_void_test:: test_parameter_4 ); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ChainableMockObject_4_void_test); Index: InvocationMockerBuilder_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/InvocationMockerBuilder_test.cpp,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- InvocationMockerBuilder_test.cpp 30 Dec 2005 15:31:59 -0000 1.35 +++ InvocationMockerBuilder_test.cpp 1 Jan 2006 16:28:36 -0000 1.36 @@ -103,6 +103,11 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(InvocationMockerBuilder_test:: test_instance0 ); +MOCKPP_BOOST_TEST(InvocationMockerBuilder_test:: test_instance5 ); +MOCKPP_BOOST_TEST(InvocationMockerBuilder_test:: test_instancev0 ); +MOCKPP_BOOST_TEST(InvocationMockerBuilder_test:: test_instancev5 ); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION ( InvocationMockerBuilder_test ); Index: StringContains_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/StringContains_test.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- StringContains_test.cpp 30 Dec 2005 15:31:59 -0000 1.17 +++ StringContains_test.cpp 1 Jan 2006 16:28:36 -0000 1.18 @@ -70,6 +70,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(StringContains_test::test_describe); +MOCKPP_BOOST_TEST(StringContains_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (StringContains_test); Index: InvokeAtLeastOnceMatcher_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/InvokeAtLeastOnceMatcher_test.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- InvokeAtLeastOnceMatcher_test.cpp 30 Dec 2005 15:31:59 -0000 1.14 +++ InvokeAtLeastOnceMatcher_test.cpp 1 Jan 2006 16:28:36 -0000 1.15 @@ -65,6 +65,8 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(InvokeAtLeastOnceMatcher_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (InvokeAtLeastOnceMatcher_test); Index: ExpectationSet_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ExpectationSet_test.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- ExpectationSet_test.cpp 30 Dec 2005 15:31:59 -0000 1.21 +++ ExpectationSet_test.cpp 1 Jan 2006 16:28:36 -0000 1.22 @@ -120,6 +120,26 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ExpectationSet_test::test_hasExpectations); +MOCKPP_BOOST_TEST(ExpectationSet_test::test_name); +MOCKPP_BOOST_TEST(ExpectationSet_test::test_many); +MOCKPP_BOOST_TEST(ExpectationSet_test::test_chain); +MOCKPP_BOOST_TEST(ExpectationSet_test::test_clear); + +MOCKPP_BOOST_TEST(ExpectationSet_test::test_expectNothing); +MOCKPP_BOOST_TEST(ExpectationSet_test::test_expectNothing_revoked); +MOCKPP_BOOST_TEST(ExpectationSet_test::test_expectActualImmediate); +MOCKPP_BOOST_TEST(ExpectationSet_test::test_expectActualVerify); +MOCKPP_BOOST_TEST(ExpectationSet_test::test_ifNoExpected); + +MOCKPP_BOOST_TEST(ExpectationSet_test::fail_clearActual); +MOCKPP_BOOST_TEST(ExpectationSet_test::fail_expectActualImmediate); +MOCKPP_BOOST_TEST(ExpectationSet_test::fail_expectActualVerify); +MOCKPP_BOOST_TEST(ExpectationSet_test::fail_expectNothing); +MOCKPP_BOOST_TEST(ExpectationSet_test::fail_many); + +MOCKPP_BOOST_TEST(ExpectationSet_test::fail_ifNoActual); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ExpectationSet_test); Index: ChainableMockObject_1_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_1_void_test.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- ChainableMockObject_1_void_test.cpp 30 Dec 2005 15:31:58 -0000 1.21 +++ ChainableMockObject_1_void_test.cpp 1 Jan 2006 16:28:36 -0000 1.22 @@ -83,6 +83,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ChainableMockObject_1_void_test::test_outbound); +MOCKPP_BOOST_TEST(ChainableMockObject_1_void_test:: test_parameter_1 ); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ChainableMockObject_1_void_test); Index: ChainableMockMethod_2_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockMethod_2_test.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- ChainableMockMethod_2_test.cpp 1 Jan 2006 10:27:22 -0000 1.16 +++ ChainableMockMethod_2_test.cpp 1 Jan 2006 16:28:36 -0000 1.17 @@ -86,6 +86,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ChainableMockMethod_2_test:: test_parameter_2 ); +MOCKPP_BOOST_TEST(ChainableMockMethod_2_test:: test_parameter_2v ); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ChainableMockMethod_2_test); Index: InvokedAfterMatcher_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/InvokedAfterMatcher_test.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- InvokedAfterMatcher_test.cpp 30 Dec 2005 15:31:59 -0000 1.14 +++ InvokedAfterMatcher_test.cpp 1 Jan 2006 16:28:36 -0000 1.15 @@ -65,6 +65,8 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(InvokedAfterMatcher_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (InvokedAfterMatcher_test); Index: InvokeOnceMatcher_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/InvokeOnceMatcher_test.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- InvokeOnceMatcher_test.cpp 30 Dec 2005 15:31:59 -0000 1.14 +++ InvokeOnceMatcher_test.cpp 1 Jan 2006 16:28:36 -0000 1.15 @@ -65,6 +65,8 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(InvokeOnceMatcher_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (InvokeOnceMatcher_test); Index: ChainableMockObject_3_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_3_void_test.cpp,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- ChainableMockObject_3_void_test.cpp 30 Dec 2005 15:31:58 -0000 1.18 +++ ChainableMockObject_3_void_test.cpp 1 Jan 2006 16:28:36 -0000 1.19 @@ -77,6 +77,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ChainableMockObject_3_void_test::test_outbound); +MOCKPP_BOOST_TEST(ChainableMockObject_3_void_test:: test_parameter_3 ); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ChainableMockObject_3_void_test); Index: VoidStub_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VoidStub_test.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- VoidStub_test.cpp 30 Dec 2005 15:31:59 -0000 1.17 +++ VoidStub_test.cpp 1 Jan 2006 16:28:36 -0000 1.18 @@ -70,6 +70,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(VoidStub_test::test_describe); +MOCKPP_BOOST_TEST(VoidStub_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (VoidStub_test); Index: ExpectationCounter_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ExpectationCounter_test.cpp,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- ExpectationCounter_test.cpp 30 Dec 2005 15:31:59 -0000 1.20 +++ ExpectationCounter_test.cpp 1 Jan 2006 16:28:36 -0000 1.21 @@ -115,6 +115,23 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ExpectationCounter_test::test_hasExpectations); +MOCKPP_BOOST_TEST(ExpectationCounter_test::test_name); +MOCKPP_BOOST_TEST(ExpectationCounter_test::test_clearActual); +MOCKPP_BOOST_TEST(ExpectationCounter_test::test_clear); + +MOCKPP_BOOST_TEST(ExpectationCounter_test::test_expectNothing); +MOCKPP_BOOST_TEST(ExpectationCounter_test::test_expectNothing_revoked); +MOCKPP_BOOST_TEST(ExpectationCounter_test::test_expectActualImmediate); +MOCKPP_BOOST_TEST(ExpectationCounter_test::test_expectActualVerify); +MOCKPP_BOOST_TEST(ExpectationCounter_test::test_ifNoExpected); + +MOCKPP_BOOST_TEST(ExpectationCounter_test::fail_expectActualImmediate); +MOCKPP_BOOST_TEST(ExpectationCounter_test::fail_expectActualVerify); +MOCKPP_BOOST_TEST(ExpectationCounter_test::fail_expectNothing); + +MOCKPP_BOOST_TEST(ExpectationCounter_test::fail_ifNoActual); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ExpectationCounter_test); Index: OutBound_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/OutBound_test.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- OutBound_test.cpp 30 Dec 2005 15:31:59 -0000 1.7 +++ OutBound_test.cpp 1 Jan 2006 16:28:36 -0000 1.8 @@ -68,6 +68,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(OutBound_test::test_describe); +MOCKPP_BOOST_TEST(OutBound_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (OutBound_test); Index: ResponseVector_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ResponseVector_test.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ResponseVector_test.cpp 30 Dec 2005 15:31:59 -0000 1.11 +++ ResponseVector_test.cpp 1 Jan 2006 16:28:36 -0000 1.12 @@ -70,6 +70,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ResponseVector_Test::test_value); +MOCKPP_BOOST_TEST(ResponseVector_Test::test_thrower); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ResponseVector_Test); Index: ExpectationConglomeration_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ExpectationConglomeration_test.cpp,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- ExpectationConglomeration_test.cpp 30 Dec 2005 15:31:59 -0000 1.19 +++ ExpectationConglomeration_test.cpp 1 Jan 2006 16:28:36 -0000 1.20 @@ -123,6 +123,27 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::test_hasExpectations); +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::test_hasExpectations2); +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::test_name); +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::test_many); +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::test_chain); +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::test_clear); + +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::test_expectNothing); +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::test_expectNothing_revoked); +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::test_expectActualImmediate); +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::test_expectActualVerify); +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::test_ifNoExpected); + +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::fail_clearActual); +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::fail_expectActualImmediate); +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::fail_expectActualVerify); +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::fail_expectNothing); +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::fail_many); + +MOCKPP_BOOST_TEST(ExpectationConglomeration_test::fail_ifNoActual); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ExpectationConglomeration_test); Index: NoArgumentsMatcher_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/NoArgumentsMatcher_test.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- NoArgumentsMatcher_test.cpp 30 Dec 2005 15:31:59 -0000 1.16 +++ NoArgumentsMatcher_test.cpp 1 Jan 2006 16:28:36 -0000 1.17 @@ -69,6 +69,8 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(NoArgumentsMatcher_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (NoArgumentsMatcher_test); Index: InvokeAtMostMatcher_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/InvokeAtMostMatcher_test.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- InvokeAtMostMatcher_test.cpp 30 Dec 2005 15:31:59 -0000 1.13 +++ InvokeAtMostMatcher_test.cpp 1 Jan 2006 16:28:36 -0000 1.14 @@ -65,6 +65,8 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(InvokeAtMostMatcher_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (InvokeAtMostMatcher_test); Index: VisitableMockObject_4_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_4_test.cpp,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- VisitableMockObject_4_test.cpp 30 Dec 2005 15:31:59 -0000 1.26 +++ VisitableMockObject_4_test.cpp 1 Jan 2006 16:28:36 -0000 1.27 @@ -141,6 +141,30 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::test_controller); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::test_thrower); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::test_parameter); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::test_parameter_ex); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::test_response); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::test_return); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::test_clear); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::test_default_throw); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::test_inline_pre_1_2); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::test_inline_post_1_2); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::test_constraint); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::test_controller_constraint); + +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::fail_add_throw_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::fail_add_throw_val_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::fail_set_throw_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::fail_add_method_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::fail_add_return_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::fail_set_return_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::fail_parameter); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::fail_return); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::fail_unused_throwable); +MOCKPP_BOOST_TEST(VisitableMockObject_4_test::fail_unused_value); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (VisitableMockObject_4_test); Index: VisitableMockObject_3_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_3_void_test.cpp,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- VisitableMockObject_3_void_test.cpp 30 Dec 2005 15:31:59 -0000 1.26 +++ VisitableMockObject_3_void_test.cpp 1 Jan 2006 16:28:36 -0000 1.27 @@ -120,6 +120,23 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::test_outbound); +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::test_controller); +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::test_parameter); +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::test_parameter_ex); +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::test_thrower); +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::test_clear); +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::test_default_throw); +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::test_constraint); +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::test_controller_constraint); + +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::fail_add_throw_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::fail_add_throw_val_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::fail_set_throw_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::fail_add_method_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::fail_parameter); +MOCKPP_BOOST_TEST(VisitableMockObject_3_void_test::fail_unused_throwable); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (VisitableMockObject_3_void_test); Index: StubSequence_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/StubSequence_test.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- StubSequence_test.cpp 30 Dec 2005 15:31:59 -0000 1.21 +++ StubSequence_test.cpp 1 Jan 2006 16:28:36 -0000 1.22 @@ -74,6 +74,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(StubSequence_test::test_describe); +MOCKPP_BOOST_TEST(StubSequence_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (StubSequence_test); Index: MatchBuilder_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/MatchBuilder_test.cpp,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- MatchBuilder_test.cpp 30 Dec 2005 15:31:59 -0000 1.28 +++ MatchBuilder_test.cpp 1 Jan 2006 16:28:36 -0000 1.29 @@ -83,6 +83,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(MatchBuilder_test:: test_order ); +MOCKPP_BOOST_TEST(MatchBuilder_test:: test_order_defered ); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION ( MatchBuilder_test ); Index: ChainableMockObject_2_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_2_void_test.cpp,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- ChainableMockObject_2_void_test.cpp 30 Dec 2005 15:31:58 -0000 1.18 +++ ChainableMockObject_2_void_test.cpp 1 Jan 2006 16:28:36 -0000 1.19 @@ -77,6 +77,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ChainableMockObject_2_void_test::test_outbound); +MOCKPP_BOOST_TEST(ChainableMockObject_2_void_test:: test_parameter_2 ); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ChainableMockObject_2_void_test); Index: ChainableMockObject_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_void_test.cpp,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- ChainableMockObject_void_test.cpp 30 Dec 2005 15:31:58 -0000 1.18 +++ ChainableMockObject_void_test.cpp 1 Jan 2006 16:28:36 -0000 1.19 @@ -78,6 +78,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ChainableMockObject_void_test::test_register); +MOCKPP_BOOST_TEST(ChainableMockObject_void_test::test_expect_throw); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ChainableMockObject_void_test); Index: Exception_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/Exception_test.cpp,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- Exception_test.cpp 30 Dec 2005 15:31:59 -0000 1.19 +++ Exception_test.cpp 1 Jan 2006 16:28:36 -0000 1.20 @@ -66,6 +66,8 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(Exception_test::test_file_line); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (Exception_test); Index: ChainingMockObjectSupport_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainingMockObjectSupport_test.cpp,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- ChainingMockObjectSupport_test.cpp 30 Dec 2005 15:31:58 -0000 1.39 +++ ChainingMockObjectSupport_test.cpp 1 Jan 2006 16:28:36 -0000 1.40 @@ -142,6 +142,30 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_closeto_func ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_any_func ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_nothing_func ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_equal_func ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_not_equal_func ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_greater_func ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_greater_equal_func ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_less_func ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_same_func ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_less_equal_func ); +#ifndef MOCKPP_NO_RTTI +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_instance ); +#endif +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_invoke_not ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_invoke_or ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_invoke_and ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_actor ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_counts ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_string_contains ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_string_ends ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_string_starts ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_consecutive_typeless ); +MOCKPP_BOOST_TEST(ChainingMockObjectSupport_test:: test_consecutive_custom ); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION ( ChainingMockObjectSupport_test ); Index: LIFOInvocationDispatcher_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/LIFOInvocationDispatcher_test.cpp,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- LIFOInvocationDispatcher_test.cpp 30 Dec 2005 15:31:59 -0000 1.24 +++ LIFOInvocationDispatcher_test.cpp 1 Jan 2006 16:28:36 -0000 1.25 @@ -87,6 +87,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(LIFOInvocationDispatcher_test::test_dispatch); +MOCKPP_BOOST_TEST(LIFOInvocationDispatcher_test::test_void_dispatch); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (LIFOInvocationDispatcher_test); Index: VisitableMockObject_template_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_template_test.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- VisitableMockObject_template_test.cpp 30 Dec 2005 15:31:59 -0000 1.15 +++ VisitableMockObject_template_test.cpp 1 Jan 2006 16:28:36 -0000 1.16 @@ -94,6 +94,17 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(VisitableMockObject_template_test::test_value_1); +MOCKPP_BOOST_TEST(VisitableMockObject_template_test::test_value_2); +MOCKPP_BOOST_TEST(VisitableMockObject_template_test::test_value_3); +MOCKPP_BOOST_TEST(VisitableMockObject_template_test::test_value_4); +MOCKPP_BOOST_TEST(VisitableMockObject_template_test::test_value_5); +MOCKPP_BOOST_TEST(VisitableMockObject_template_test::test_throw_1); +MOCKPP_BOOST_TEST(VisitableMockObject_template_test::test_throw_2); +MOCKPP_BOOST_TEST(VisitableMockObject_template_test::test_throw_3); +MOCKPP_BOOST_TEST(VisitableMockObject_template_test::test_throw_4); +MOCKPP_BOOST_TEST(VisitableMockObject_template_test::test_throw_5); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (VisitableMockObject_template_test); Index: VisitableMockMethod_1_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockMethod_1_test.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- VisitableMockMethod_1_test.cpp 1 Jan 2006 10:27:23 -0000 1.12 +++ VisitableMockMethod_1_test.cpp 1 Jan 2006 16:28:36 -0000 1.13 @@ -76,6 +76,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(VisitableMockMethod_1_test:: test_parameter_1 ); +MOCKPP_BOOST_TEST(VisitableMockMethod_1_test:: test_parameter_1v ); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (VisitableMockMethod_1_test); Index: VisitableMockObject_4_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_4_void_test.cpp,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- VisitableMockObject_4_void_test.cpp 30 Dec 2005 15:31:59 -0000 1.26 +++ VisitableMockObject_4_void_test.cpp 1 Jan 2006 16:28:36 -0000 1.27 @@ -120,6 +120,23 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::test_outbound); +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::test_controller); +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::test_parameter); +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::test_parameter_ex); +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::test_thrower); +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::test_clear); +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::test_default_throw); +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::test_constraint); +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::test_controller_constraint); + +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::fail_add_throw_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::fail_add_throw_val_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::fail_set_throw_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::fail_add_method_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::fail_parameter); +MOCKPP_BOOST_TEST(VisitableMockObject_4_void_test::fail_unused_throwable); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (VisitableMockObject_4_void_test); Index: ReturnObjectList_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ReturnObjectList_test.cpp,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- ReturnObjectList_test.cpp 30 Dec 2005 15:31:59 -0000 1.22 +++ ReturnObjectList_test.cpp 1 Jan 2006 16:28:36 -0000 1.23 @@ -81,6 +81,13 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ReturnObjectList_test::test_get_object); +MOCKPP_BOOST_TEST(ReturnObjectList_test::test_default); +MOCKPP_BOOST_TEST(ReturnObjectList_test::test_tostring); + +MOCKPP_BOOST_TEST(ReturnObjectList_test::fail_get_object); +MOCKPP_BOOST_TEST(ReturnObjectList_test::fail_not_empty); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ReturnObjectList_test); Index: StringStartsWith_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/StringStartsWith_test.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- StringStartsWith_test.cpp 30 Dec 2005 15:31:59 -0000 1.10 +++ StringStartsWith_test.cpp 1 Jan 2006 16:28:36 -0000 1.11 @@ -70,6 +70,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(StringStartsWith_test::test_describe); +MOCKPP_BOOST_TEST(StringStartsWith_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (StringStartsWith_test); Index: VisitableMockObject_3_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_3_test.cpp,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- VisitableMockObject_3_test.cpp 30 Dec 2005 15:31:59 -0000 1.26 +++ VisitableMockObject_3_test.cpp 1 Jan 2006 16:28:36 -0000 1.27 @@ -141,6 +141,30 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::test_controller); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::test_thrower); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::test_parameter); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::test_parameter_ex); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::test_response); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::test_return); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::test_clear); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::test_default_throw); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::test_inline_pre_1_2); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::test_inline_post_1_2); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::test_constraint); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::test_controller_constraint); + +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::fail_add_throw_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::fail_add_throw_val_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::fail_set_throw_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::fail_add_method_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::fail_add_return_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::fail_set_return_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::fail_parameter); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::fail_return); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::fail_unused_throwable); +MOCKPP_BOOST_TEST(VisitableMockObject_3_test::fail_unused_value); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (VisitableMockObject_3_test); Index: ChainableMockObjectPolymorphism_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObjectPolymorphism_test.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ChainableMockObjectPolymorphism_test.cpp 1 Jan 2006 10:27:22 -0000 1.12 +++ ChainableMockObjectPolymorphism_test.cpp 1 Jan 2006 16:28:36 -0000 1.13 @@ -78,6 +78,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(MockVisitorPolymorphism_test::test_visitor_retrieves_parameter); +MOCKPP_BOOST_TEST(MockVisitorPolymorphism_test::test_visitor_retrieves_mock_parameter); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (MockVisitorPolymorphism_test); Index: IsGreaterOrEqual_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/IsGreaterOrEqual_test.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- IsGreaterOrEqual_test.cpp 30 Dec 2005 15:31:59 -0000 1.13 +++ IsGreaterOrEqual_test.cpp 1 Jan 2006 16:28:36 -0000 1.14 @@ -70,6 +70,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(IsGreaterOrEqual_test::test_describe); +MOCKPP_BOOST_TEST(IsGreaterOrEqual_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (IsGreaterOrEqual_test); Index: mockpp_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/mockpp_test.cpp,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- mockpp_test.cpp 30 Dec 2005 15:32:00 -0000 1.20 +++ mockpp_test.cpp 1 Jan 2006 16:28:36 -0000 1.21 @@ -66,8 +66,12 @@ #if defined (MOCKPP_USE_CXXTEST) +MOCKPP_CXXTEST(mockpp_test, test_unicode_latin1_conv); + #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(mockpp_test::test_unicode_latin1_conv); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (mockpp_test); Index: Throwable_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/Throwable_test.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Throwable_test.cpp 30 Dec 2005 15:31:59 -0000 1.21 +++ Throwable_test.cpp 1 Jan 2006 16:28:36 -0000 1.22 @@ -80,6 +80,12 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(Throwable_test::test_getter); +MOCKPP_BOOST_TEST(Throwable_test::test_used); +MOCKPP_BOOST_TEST(Throwable_test::test_throw); +MOCKPP_BOOST_TEST(Throwable_test::test_clear); +MOCKPP_BOOST_TEST(Throwable_test::test_copy); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (Throwable_test); Index: ChainableMockObject_2_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_2_test.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ChainableMockObject_2_test.cpp 30 Dec 2005 15:31:58 -0000 1.17 +++ ChainableMockObject_2_test.cpp 1 Jan 2006 16:28:36 -0000 1.18 @@ -75,6 +75,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ChainableMockObject_2_test::test_outbound); +MOCKPP_BOOST_TEST(ChainableMockObject_2_test:: test_parameter_2 ); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ChainableMockObject_2_test); Index: UnlimitedMatcher_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/UnlimitedMatcher_test.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- UnlimitedMatcher_test.cpp 30 Dec 2005 15:31:59 -0000 1.9 +++ UnlimitedMatcher_test.cpp 1 Jan 2006 16:28:36 -0000 1.10 @@ -62,6 +62,8 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(UnlimitedMatcher_test::test_invoke); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION(UnlimitedMatcher_test); Index: CoreMock_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/CoreMock_test.cpp,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- CoreMock_test.cpp 1 Jan 2006 10:27:22 -0000 1.29 +++ CoreMock_test.cpp 1 Jan 2006 16:28:36 -0000 1.30 @@ -88,6 +88,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(CoreMock_test:: test_void_invocation ); +MOCKPP_BOOST_TEST(CoreMock_test:: test_invocation ); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION ( CoreMock_test ); Index: ChainableMockObject_4_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_4_test.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ChainableMockObject_4_test.cpp 30 Dec 2005 15:31:58 -0000 1.17 +++ ChainableMockObject_4_test.cpp 1 Jan 2006 16:28:36 -0000 1.18 @@ -76,6 +76,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ChainableMockObject_4_test::test_outbound); +MOCKPP_BOOST_TEST(ChainableMockObject_4_test:: test_parameter_4 ); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ChainableMockObject_4_test); Index: mockpp_pti_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/mockpp_pti_test.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- mockpp_pti_test.cpp 1 Jan 2006 10:27:23 -0000 1.14 +++ mockpp_pti_test.cpp 1 Jan 2006 16:28:36 -0000 1.15 @@ -95,8 +95,22 @@ #if defined (MOCKPP_USE_CXXTEST) + MOCKPP_CXXTEST(mockpp_pti_test, test_coremock); + MOCKPP_CXXTEST(mockpp_pti_test, test_typeless); + MOCKPP_CXXTEST(mockpp_pti_test, test_lifo); + MOCKPP_CXXTEST(mockpp_pti_test, test_fifo); + MOCKPP_CXXTEST(mockpp_pti_test, test_invocation); + MOCKPP_CXXTEST(mockpp_pti_test, test_abstract); + #elif defined(MOCKPP_USE_BOOSTTEST) + MOCKPP_BOOST_TEST(mockpp_pti_test::test_coremock); + MOCKPP_BOOST_TEST(mockpp_pti_test::test_typeless); + MOCKPP_BOOST_TEST(mockpp_pti_test::test_lifo); + MOCKPP_BOOST_TEST(mockpp_pti_test::test_fifo); + MOCKPP_BOOST_TEST(mockpp_pti_test::test_invocation); + MOCKPP_BOOST_TEST(mockpp_pti_test::test_abstract); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (mockpp_pti_test); Index: DefaultResultStub_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/DefaultResultStub_test.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- DefaultResultStub_test.cpp 30 Dec 2005 15:31:59 -0000 1.16 +++ DefaultResultStub_test.cpp 1 Jan 2006 16:28:36 -0000 1.17 @@ -70,6 +70,9 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(DefaultResultStub_test::test_invoke); +MOCKPP_BOOST_TEST(DefaultResultStub_test::test_describe); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (DefaultResultStub_test); Index: ExpectationSegment_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ExpectationSegment_test.cpp,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- ExpectationSegment_test.cpp 30 Dec 2005 15:31:59 -0000 1.20 +++ ExpectationSegment_test.cpp 1 Jan 2006 16:28:36 -0000 1.21 @@ -111,6 +111,23 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(ExpectationSegment_test::test_hasExpectations); +MOCKPP_BOOST_TEST(ExpectationSegment_test::test_name); +MOCKPP_BOOST_TEST(ExpectationSegment_test::test_clear); +MOCKPP_BOOST_TEST(ExpectationSegment_test::test_ifNoExpected); + +MOCKPP_BOOST_TEST(ExpectationSegment_test::test_expectNothing); +MOCKPP_BOOST_TEST(ExpectationSegment_test::test_expectNothing_revoked); +MOCKPP_BOOST_TEST(ExpectationSegment_test::test_expectActualImmediate); +MOCKPP_BOOST_TEST(ExpectationSegment_test::test_expectActualVerify); + +MOCKPP_BOOST_TEST(ExpectationSegment_test::fail_clearActual); +MOCKPP_BOOST_TEST(ExpectationSegment_test::fail_expectActualImmediate); +MOCKPP_BOOST_TEST(ExpectationSegment_test::fail_expectActualVerify); +MOCKPP_BOOST_TEST(ExpectationSegment_test::fail_expectNothing); + +MOCKPP_BOOST_TEST(ExpectationSegment_test::fail_ifNoActual); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (ExpectationSegment_test); Index: VisitableMockObject_5_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_5_test.cpp,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- VisitableMockObject_5_test.cpp 30 Dec 2005 15:31:59 -0000 1.35 +++ VisitableMockObject_5_test.cpp 1 Jan 2006 16:28:36 -0000 1.36 @@ -147,6 +147,31 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::test_controller); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::test_thrower); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::test_parameter); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::test_parameter_ex); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::test_response); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::test_return); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::test_clear); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::test_default_throw); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::test_inline_pre_1_2); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::test_inline_post_1_2); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::test_constraint); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::test_controller_constraint); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::test_controller_constraint_ext); + +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::fail_add_throw_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::fail_add_throw_val_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::fail_set_throw_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::fail_add_method_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::fail_add_return_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::fail_set_return_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::fail_parameter); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::fail_return); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::fail_unused_throwable); +MOCKPP_BOOST_TEST(VisitableMockObject_5_test::fail_unused_value); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (VisitableMockObject_5_test); Index: VisitableMockObject_1_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_1_test.cpp,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- VisitableMockObject_1_test.cpp 30 Dec 2005 15:31:59 -0000 1.28 +++ VisitableMockObject_1_test.cpp 1 Jan 2006 16:28:36 -0000 1.29 @@ -141,6 +141,30 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::test_controller); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::test_thrower); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::test_parameter_ex); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::test_parameter); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::test_response); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::test_return); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::test_clear); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::test_default_throw); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::test_inline_pre_1_2); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::test_inline_post_1_2); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::test_constraint); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::test_controller_constraint); + +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::fail_add_throw_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::fail_add_throw_val_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::fail_set_throw_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::fail_add_method_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::fail_add_return_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::fail_set_return_after_active); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::fail_parameter); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::fail_return); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::fail_unused_throwable); +MOCKPP_BOOST_TEST(VisitableMockObject_1_test::fail_unused_value); + #elif defined(MOCKPP_USE_CPPUNIT) CPPUNIT_TEST_SUITE_REGISTRATION (VisitableMockObject_1_test); Index: VisitableMockObject_1_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_1_void_test.cpp,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- VisitableMockObject_1_void_test.cpp 30 Dec 2005 15:31:59 -0000 1.28 +++ VisitableMockObject_1_void_test.cpp 1 Jan 2006 16:28:36 -0000 1.29 @@ -120,6 +120,23 @@ #elif defined(MOCKPP_USE_BOOSTTEST) +MOCKPP_BOOST_TEST(VisitableMockObject_1_void_test::test_controller);... [truncated message content] |