[Mockpp-commits] mockpp/bcb5 mock_test.bpf,1.44,1.45 jmock_test.bpf,1.33,NONE jmock_test.bpr,1.37,NO
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2006-01-09 09:38:58
|
Update of /cvsroot/mockpp/mockpp/bcb5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11655/bcb5 Modified Files: mock_test.bpf Removed Files: jmock_test.bpf jmock_test.bpr Log Message: merged test files Index: mock_test.bpf =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test.bpf,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- mock_test.bpf 4 Jan 2006 19:56:21 -0000 1.44 +++ mock_test.bpf 9 Jan 2006 09:38:50 -0000 1.45 @@ -121,4 +121,76 @@ USEUNIT("..\mockpp\tests\UnlimitedMatcher_test.cpp"); USEUNIT("..\mockpp\tests\VerifyingTestCaller_test.cpp"); USEUNIT("..\mockpp\tests\VoidStub_test.cpp"); +USEUNIT("..\mockpp\tests\AbstractInvocationDispatcher_test.cpp"); +USEUNIT("..\mockpp\tests\ChainingMockBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_void_test.cpp"); +USEUNIT("..\mockpp\tests\And_test.cpp"); +USEUNIT("..\mockpp\tests\IsAnything_test.cpp"); +USEUNIT("..\mockpp\tests\IsCloseTo_test.cpp"); +USEUNIT("..\mockpp\tests\IsEqual_test.cpp"); +USEUNIT("..\mockpp\tests\IsGreaterOrEqual_test.cpp"); +USEUNIT("..\mockpp\tests\IsGreaterThan_test.cpp"); +USEUNIT("..\mockpp\tests\IsInstanceOf_test.cpp"); +USEUNIT("..\mockpp\tests\IsLessOrEqual_test.cpp"); +USEUNIT("..\mockpp\tests\IsLessThan_test.cpp"); +USEUNIT("..\mockpp\tests\IsNot_test.cpp"); +USEUNIT("..\mockpp\tests\IsNothing_test.cpp"); +USEUNIT("..\mockpp\tests\IsSame_test.cpp"); +USEUNIT("..\mockpp\tests\Or_test.cpp"); +USEUNIT("..\mockpp\tests\ReturnStub_test.cpp"); +USEUNIT("..\mockpp\tests\StringContains_test.cpp"); +USEUNIT("..\mockpp\tests\StringStartsWith_test.cpp"); +USEUNIT("..\mockpp\tests\StringEndsWith_test.cpp"); +USEUNIT("..\mockpp\tests\StubSequence_test.cpp"); +USEUNIT("..\mockpp\tests\TestFailureStub_test.cpp"); +USEUNIT("..\mockpp\tests\ThrowStub_test.cpp"); +USEUNIT("..\mockpp\tests\VoidStub_test.cpp"); +USEUNIT("..\mockpp\tests\CustomStub_test.cpp"); +USEUNIT("..\mockpp\tests\DefaultResultStub_test.cpp"); +USEUNIT("..\mockpp\tests\mock_test.cpp"); +USEUNIT("..\mockpp\tests\Invocation_test.cpp"); +USEUNIT("..\mockpp\tests\AnyArgumentsMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokedRecorder_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeAtLeastOnceMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\UnlimitedMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeOnceMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeCountMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokedAfterMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\TestFailureMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\NoArgumentsMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\ArgumentsMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\ConstraintSet_test.cpp"); +USEUNIT("..\mockpp\tests\ConstraintList_test.cpp"); +USEUNIT("..\mockpp\tests\ArgumentsMatchBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\InvocationMockerBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\AbstractDynamicChainingMock_test.cpp"); +USEUNIT("..\mockpp\tests\CoreMock_test.cpp"); +USEUNIT("..\mockpp\tests\DynamicChainingMockError_test.cpp"); +USEUNIT("..\mockpp\tests\FIFOInvocationDispatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvocationMocker_test.cpp"); +USEUNIT("..\mockpp\tests\LIFOInvocationDispatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeAtMostMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokedBeforeMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_1_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_2_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_2_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_3_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_3_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_4_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_4_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_5_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_5_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObjectPolymorphism_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_1_test.cpp"); +USEUNIT("..\mockpp\tests\MatchBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\MockObject_test.cpp"); +USEUNIT("..\mockpp\tests\StubBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\TypelessStubSequence_test.cpp"); +USEUNIT("..\mockpp\tests\ChainingMockObjectSupport_test.cpp"); +USEUNIT("..\mockpp\tests\mockpp_pti_test.cpp"); +USEUNIT("..\mockpp\tests\OutBound_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockMethod_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockMethod_1_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockMethod_2_test.cpp"); --- jmock_test.bpf DELETED --- --- jmock_test.bpr DELETED --- |