[Mockpp-commits] mockpp/bcb10 .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 basicmock.bpf,NONE,1.1 chainm
Brought to you by:
ewald-arnold
Update of /cvsroot/mockpp/mockpp/bcb10 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2318 Added Files: .cvsignore Makefile.am basicmock.bpf chainmock.bpf chainmock2.bpf compile.bat cppunit.bpf gen-mak.bat mock_greeter.bpf mock_test.bpf mock_test_win32.bpf mockpp.bpf mockpp_cxxtest.bpf mockpp_production.bpf poormock-se.bpf poormock.bpf readability.bpf run.bat verifying.bpf visitmock.bpf visitmock2.bpf Log Message: new project files --- NEW FILE: .cvsignore --- Debug_Build __history *.local *.mak *.dsk *.bak Makefile Makefile.in *.~* --- NEW FILE: chainmock.bpf --- USELIB("c:\tmp\compile\mockpp_34.lib"); USEUNIT("..\mockpp\examples\tutorial\chainmock.cpp"); USEUNIT("..\mockpp\examples\tutorial\consumer.cpp"); //--------------------------------------------------------------------------- This file is used by the project manager only and should be treated like the project file main --- NEW FILE: mock_greeter.bpf --- USELIB("c:\tmp\compile\mockpp_34.lib"); USELIB("c:\tmp\compile\mockpp_cxxtest_34.lib"); USEUNIT("..\mockpp\examples\mock_greeter.cpp"); //--------------------------------------------------------------------------- This file is used by the project manager only and should be treated like the project file main --- NEW FILE: mock_test_win32.bpf --- //--------------------------------------------------------------------------- This file is used by the project manager only and should be treated like the project file main //--------------------------------------------------------------------------- USELIB("c:\tmp\compile\mockpp_34.lib"); USELIB("c:\tmp\compile\mockpp_production_34.lib"); USELIB("c:\tmp\compile\mockpp_cxxtest_34.lib"); USEUNIT("..\mockpp\tests\AssertMo_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationCounter_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationCounterRange_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationList_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationMap_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationSegment_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationSet_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationValue_test.cpp"); USEUNIT("..\mockpp\tests\Formatter_test.cpp"); USEUNIT("..\mockpp\tests\mock_test_win32.cpp"); USEUNIT("..\mockpp\tests\VerifyingTestCase_test.cpp"); USEUNIT("..\mockpp\tests\Assert_test.cpp"); USEUNIT("..\mockpp\tests\MockObject_test.cpp"); USEUNIT("..\mockpp\tests\mockpp_test.cpp"); USEUNIT("..\mockpp\tests\ReturnObjectList_test.cpp"); USEUNIT("..\mockpp\tests\Verifiable_test.cpp"); USEUNIT("..\mockpp\tests\TrackingCounter_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_void_test.cpp"); USEUNIT("..\mockpp\tests\Exception_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationBoundary_test.cpp"); USEUNIT("..\mockpp\tests\Throwable_test.cpp"); USEUNIT("..\mockpp\tests\ThrowableList_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_1_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_1_void_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_2_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_2_void_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_3_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_3_void_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_4_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_4_void_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_5_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_5_void_test.cpp"); USEUNIT("..\mockpp\tests\MixedMockObject_5_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_template_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationConglomeration_test.cpp"); USEUNIT("..\mockpp\tests\TimeServer_test.cpp"); USEUNIT("..\mockpp\tests\classes_ABCDE.cpp"); USEUNIT("..\mockpp\tests\VisitableMockMethod_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockMethod_1_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockMethod_2_test.cpp"); USEUNIT("..\mockpp\tests\ResponseVector_test.cpp"); USEUNIT("..\mockpp\tests\NoException_test.cpp"); USEUNIT("..\mockpp\tests\AbstractDynamicChainingMock_test.cpp"); USEUNIT("..\mockpp\tests\AbstractInvocationDispatcher_test.cpp"); USEUNIT("..\mockpp\tests\And_test.cpp"); USEUNIT("..\mockpp\tests\AnyArgumentsMatcher_test.cpp"); USEUNIT("..\mockpp\tests\ArgumentsMatchBuilder_test.cpp"); USEUNIT("..\mockpp\tests\ArgumentsMatcher_test.cpp"); USEUNIT("..\mockpp\tests\ChainableMockMethod_1_test.cpp"); USEUNIT("..\mockpp\tests\ChainableMockMethod_2_test.cpp"); USEUNIT("..\mockpp\tests\ChainableMockMethod_test.cpp"); USEUNIT("..\mockpp\tests\ChainableMockObject_1_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\ChainableMockObject_test.cpp"); USEUNIT("..\mockpp\tests\ChainableMockObject_void_test.cpp"); USEUNIT("..\mockpp\tests\ChainableMockObjectPolymorphism_test.cpp"); USEUNIT("..\mockpp\tests\ChainingMockBuilder_test.cpp"); USEUNIT("..\mockpp\tests\ChainingMockObjectSupport_test.cpp"); USEUNIT("..\mockpp\tests\ConstraintList_test.cpp"); USEUNIT("..\mockpp\tests\ConstraintSet_test.cpp"); USEUNIT("..\mockpp\tests\CoreMock_test.cpp"); USEUNIT("..\mockpp\tests\CustomStub_test.cpp"); USEUNIT("..\mockpp\tests\DefaultResultStub_test.cpp"); USEUNIT("..\mockpp\tests\DynamicChainingMockError_test.cpp"); USEUNIT("..\mockpp\tests\FIFOInvocationDispatcher_test.cpp"); USEUNIT("..\mockpp\tests\Invocation_test.cpp"); USEUNIT("..\mockpp\tests\InvocationMocker_test.cpp"); USEUNIT("..\mockpp\tests\InvocationMockerBuilder_test.cpp"); USEUNIT("..\mockpp\tests\InvokeAtLeastMatcher_test.cpp"); USEUNIT("..\mockpp\tests\InvokeAtLeastOnceMatcher_test.cpp"); USEUNIT("..\mockpp\tests\InvokeAtMostMatcher_test.cpp"); USEUNIT("..\mockpp\tests\InvokeCountMatcher_test.cpp"); USEUNIT("..\mockpp\tests\InvokedAfterMatcher_test.cpp"); USEUNIT("..\mockpp\tests\InvokedBeforeMatcher_test.cpp"); USEUNIT("..\mockpp\tests\InvokedRecorder_test.cpp"); USEUNIT("..\mockpp\tests\InvokeOnceMatcher_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\LIFOInvocationDispatcher_test.cpp"); USEUNIT("..\mockpp\tests\MatchBuilder_test.cpp"); USEUNIT("..\mockpp\tests\mockpp_pti_test.cpp"); USEUNIT("..\mockpp\tests\NoArgumentsMatcher_test.cpp"); USEUNIT("..\mockpp\tests\Or_test.cpp"); USEUNIT("..\mockpp\tests\OutBound_test.cpp"); USEUNIT("..\mockpp\tests\ReturnStub_test.cpp"); USEUNIT("..\mockpp\tests\StringContains_test.cpp"); USEUNIT("..\mockpp\tests\StringEndsWith_test.cpp"); USEUNIT("..\mockpp\tests\StringStartsWith_test.cpp"); USEUNIT("..\mockpp\tests\StubBuilder_test.cpp"); USEUNIT("..\mockpp\tests\StubSequence_test.cpp"); USEUNIT("..\mockpp\tests\TestFailureMatcher_test.cpp"); USEUNIT("..\mockpp\tests\TestFailureStub_test.cpp"); USEUNIT("..\mockpp\tests\ThrowStub_test.cpp"); USEUNIT("..\mockpp\tests\TypelessStubSequence_test.cpp"); USEUNIT("..\mockpp\tests\UnlimitedMatcher_test.cpp"); USEUNIT("..\mockpp\tests\VerifyingTestCaller_test.cpp"); USEUNIT("..\mockpp\tests\VoidStub_test.cpp"); //--------------------------------------------------------------------------- --- NEW FILE: mockpp_production.bpf --- USEUNIT("..\mockpp\production\TimeServer.cpp"); //--------------------------------------------------------------------------- This file is used by the project manager only and should be treated like the project file DllEntryPoint --- NEW FILE: compile.bat --- if exist c:\Programme\Borland\CBuilder5\Bin\make.exe set BCB_BIN=c:\Programme\Borland\CBuilder5\Bin if exist m:\ep\utilit\borland\cbuilder5\bin\make.exe set BCB_BIN=m:\ep\utilit\borland\cbuilder5\bin if exist d:\programme\borland\cbuilder5\bin\make.exe set BCB_BIN=d:\programme\borland\cbuilder5\bin if exist h:\Programme\Borland\CBuilder5\Bin\make.exe set BCB_BIN=h:\Programme\Borland\CBuilder5\Bin set path=%path%;%BCB_BIN% %BCB_BIN%\make -f mockpp_cxxtest.mak pause %BCB_BIN%\make -f mockpp_production.mak pause %BCB_BIN%\make -f mockpp.mak pause %BCB_BIN%\make -f mock_test.mak pause %BCB_BIN%\make -f mock_test_win32.mak pause %BCB_BIN%\make -f readability.mak pause %BCB_BIN%\make -f mock_greeter.mak pause %BCB_BIN%\make -f basicmock.mak pause %BCB_BIN%\make -f visitmock.mak pause %BCB_BIN%\make -f visitmock2.mak pause %BCB_BIN%\make -f chainmock.mak pause %BCB_BIN%\make -f chainmock2.mak pause %BCB_BIN%\make -f poormock.mak pause %BCB_BIN%\make -f poormock-se.mak pause %BCB_BIN%\make -f verifying.mak pause %BCB_BIN%\make -f cppunit.mak pause --- NEW FILE: cppunit.bpf --- USELIB("c:\tmp\compile\mockpp_34.lib"); USEUNIT("..\mockpp\examples\tutorial\cppunit.cpp"); //--------------------------------------------------------------------------- This file is used by the project manager only and should be treated like the project file main --- NEW FILE: mock_test.bpf --- //--------------------------------------------------------------------------- This file is used by the project manager only and should be treated like the project file main //--------------------------------------------------------------------------- USELIB("c:\tmp\compile\mockpp_34.lib"); USELIB("c:\tmp\compile\mockpp_production_34.lib"); USELIB("c:\tmp\compile\mockpp_cxxtest_34.lib"); //--------------------------------------------------------------------------- USEUNIT("..\mockpp\tests\AssertMo_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationCounter_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationCounterRange_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationList_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationMap_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationSegment_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationSet_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationValue_test.cpp"); USEUNIT("..\mockpp\tests\Formatter_test.cpp"); USEUNIT("..\mockpp\tests\mock_test.cpp"); USEUNIT("..\mockpp\tests\VerifyingTestCase_test.cpp"); USEUNIT("..\mockpp\tests\Assert_test.cpp"); USEUNIT("..\mockpp\tests\MockObject_test.cpp"); USEUNIT("..\mockpp\tests\mockpp_test.cpp"); USEUNIT("..\mockpp\tests\ReturnObjectList_test.cpp"); USEUNIT("..\mockpp\tests\Verifiable_test.cpp"); USEUNIT("..\mockpp\tests\TrackingCounter_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_void_test.cpp"); USEUNIT("..\mockpp\tests\Exception_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationBoundary_test.cpp"); USEUNIT("..\mockpp\tests\Throwable_test.cpp"); USEUNIT("..\mockpp\tests\ThrowableList_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_1_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_1_void_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_2_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_2_void_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_3_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_3_void_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_4_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_4_void_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_5_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_5_void_test.cpp"); USEUNIT("..\mockpp\tests\MixedMockObject_5_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_template_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockObject_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationConglomeration_test.cpp"); USEUNIT("..\mockpp\tests\TimeServer_test.cpp"); USEUNIT("..\mockpp\tests\classes_ABCDE.cpp"); USEUNIT("..\mockpp\tests\VisitableMockMethod_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockMethod_1_test.cpp"); USEUNIT("..\mockpp\tests\VisitableMockMethod_2_test.cpp"); USEUNIT("..\mockpp\tests\ResponseVector_test.cpp"); USEUNIT("..\mockpp\tests\NoException_test.cpp"); USEUNIT("..\mockpp\tests\AbstractDynamicChainingMock_test.cpp"); USEUNIT("..\mockpp\tests\AbstractInvocationDispatcher_test.cpp"); USEUNIT("..\mockpp\tests\And_test.cpp"); USEUNIT("..\mockpp\tests\AnyArgumentsMatcher_test.cpp"); USEUNIT("..\mockpp\tests\ArgumentsMatchBuilder_test.cpp"); USEUNIT("..\mockpp\tests\ArgumentsMatcher_test.cpp"); USEUNIT("..\mockpp\tests\ChainableMockMethod_1_test.cpp"); USEUNIT("..\mockpp\tests\ChainableMockMethod_2_test.cpp"); USEUNIT("..\mockpp\tests\ChainableMockMethod_test.cpp"); USEUNIT("..\mockpp\tests\ChainableMockObject_1_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\ChainableMockObject_test.cpp"); USEUNIT("..\mockpp\tests\ChainableMockObject_void_test.cpp"); USEUNIT("..\mockpp\tests\ChainableMockObjectPolymorphism_test.cpp"); USEUNIT("..\mockpp\tests\ChainingMockBuilder_test.cpp"); USEUNIT("..\mockpp\tests\ChainingMockObjectSupport_test.cpp"); USEUNIT("..\mockpp\tests\ConstraintList_test.cpp"); USEUNIT("..\mockpp\tests\ConstraintSet_test.cpp"); USEUNIT("..\mockpp\tests\CoreMock_test.cpp"); USEUNIT("..\mockpp\tests\CustomStub_test.cpp"); USEUNIT("..\mockpp\tests\DefaultResultStub_test.cpp"); USEUNIT("..\mockpp\tests\DynamicChainingMockError_test.cpp"); USEUNIT("..\mockpp\tests\FIFOInvocationDispatcher_test.cpp"); USEUNIT("..\mockpp\tests\Invocation_test.cpp"); USEUNIT("..\mockpp\tests\InvocationMocker_test.cpp"); USEUNIT("..\mockpp\tests\InvocationMockerBuilder_test.cpp"); USEUNIT("..\mockpp\tests\InvokeAtLeastMatcher_test.cpp"); USEUNIT("..\mockpp\tests\InvokeAtLeastOnceMatcher_test.cpp"); USEUNIT("..\mockpp\tests\InvokeAtMostMatcher_test.cpp"); USEUNIT("..\mockpp\tests\InvokeCountMatcher_test.cpp"); USEUNIT("..\mockpp\tests\InvokedAfterMatcher_test.cpp"); USEUNIT("..\mockpp\tests\InvokedBeforeMatcher_test.cpp"); USEUNIT("..\mockpp\tests\InvokedRecorder_test.cpp"); USEUNIT("..\mockpp\tests\InvokeOnceMatcher_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\LIFOInvocationDispatcher_test.cpp"); USEUNIT("..\mockpp\tests\MatchBuilder_test.cpp"); USEUNIT("..\mockpp\tests\mockpp_pti_test.cpp"); USEUNIT("..\mockpp\tests\NoArgumentsMatcher_test.cpp"); USEUNIT("..\mockpp\tests\Or_test.cpp"); USEUNIT("..\mockpp\tests\OutBound_test.cpp"); USEUNIT("..\mockpp\tests\ReturnStub_test.cpp"); USEUNIT("..\mockpp\tests\StringContains_test.cpp"); USEUNIT("..\mockpp\tests\StringEndsWith_test.cpp"); USEUNIT("..\mockpp\tests\StringStartsWith_test.cpp"); USEUNIT("..\mockpp\tests\StubBuilder_test.cpp"); USEUNIT("..\mockpp\tests\StubSequence_test.cpp"); USEUNIT("..\mockpp\tests\TestFailureMatcher_test.cpp"); USEUNIT("..\mockpp\tests\TestFailureStub_test.cpp"); USEUNIT("..\mockpp\tests\ThrowStub_test.cpp"); USEUNIT("..\mockpp\tests\TypelessStubSequence_test.cpp"); USEUNIT("..\mockpp\tests\UnlimitedMatcher_test.cpp"); USEUNIT("..\mockpp\tests\VerifyingTestCaller_test.cpp"); USEUNIT("..\mockpp\tests\VoidStub_test.cpp"); --- NEW FILE: readability.bpf --- USELIB("c:\tmp\compile\mockpp_34.lib"); USEUNIT("..\mockpp\tests\readability_test.cpp"); USEUNIT("..\mockpp\tests\classes_ABCDE.cpp"); //--------------------------------------------------------------------------- This file is used by the project manager only and should be treated like the project file main --- NEW FILE: visitmock.bpf --- USELIB("c:\tmp\compile\mockpp_34.lib"); USEUNIT("..\mockpp\examples\tutorial\visitmock.cpp"); USEUNIT("..\mockpp\examples\tutorial\consumer.cpp"); //--------------------------------------------------------------------------- This file is used by the project manager only and should be treated like the project file main --- NEW FILE: poormock-se.bpf --- USELIB("c:\tmp\compile\mockpp_34.lib"); USEUNIT("..\mockpp\examples\tutorial\poormock-se.cpp"); USEUNIT("..\mockpp\examples\tutorial\consumer.cpp"); T//--------------------------------------------------------------------------- his file is used by the project manager only and should be treated like the project file main --- NEW FILE: visitmock2.bpf --- USELIB("c:\tmp\compile\mockpp_34.lib"); USEUNIT("..\mockpp\examples\tutorial\visitmock2.cpp"); USEUNIT("..\mockpp\examples\tutorial\consumer.cpp"); //--------------------------------------------------------------------------- This file is used by the project manager only and should be treated like the project file main --- NEW FILE: poormock.bpf --- USELIB("c:\tmp\compile\mockpp_34.lib"); USEUNIT("..\mockpp\examples\tutorial\poormock.cpp"); USEUNIT("..\mockpp\examples\tutorial\consumer.cpp"); T//--------------------------------------------------------------------------- his file is used by the project manager only and should be treated like the project file main --- NEW FILE: basicmock.bpf --- USELIB("c:\tmp\compile\mockpp_34.lib"); USEUNIT("..\mockpp\examples\tutorial\basicmock.cpp"); USEUNIT("..\mockpp\examples\tutorial\consumer.cpp"); //--------------------------------------------------------------------------- This file is used by the project manager only and should be treated like the project file main --- NEW FILE: verifying.bpf --- USELIB("c:\tmp\compile\mockpp_34.lib"); USEUNIT("..\mockpp\examples\tutorial\verifying.cpp"); T//--------------------------------------------------------------------------- his file is used by the project manager only and should be treated like the project file main --- NEW FILE: chainmock2.bpf --- USELIB("c:\tmp\compile\mockpp_34.lib"); USEUNIT("..\mockpp\examples\tutorial\chainmock2.cpp"); USEUNIT("..\mockpp\examples\tutorial\consumer.cpp"); //--------------------------------------------------------------------------- This file is used by the project manager only and should be treated like the project file main --- NEW FILE: mockpp_cxxtest.bpf --- USEUNIT("..\3party\cxxtest\cxxtest\Descriptions.cpp"); USEUNIT("..\3party\cxxtest\cxxtest\DummyDescriptions.cpp"); USEUNIT("..\3party\cxxtest\cxxtest\GlobalFixture.cpp"); USEUNIT("..\3party\cxxtest\cxxtest\LinkedList.cpp"); USEUNIT("..\3party\cxxtest\cxxtest\RealDescriptions.cpp"); USEUNIT("..\3party\cxxtest\cxxtest\TestSuite.cpp"); USEUNIT("..\3party\cxxtest\cxxtest\TestTracker.cpp"); USEUNIT("..\3party\cxxtest\cxxtest\ValueTraits.cpp"); //--------------------------------------------------------------------------- This file is used by the project manager only and should be treated like the project file DllEntryPoint --- NEW FILE: gen-mak.bat --- if exist c:\Programme\Borland\CBuilder5\Bin\make.exe set BCB_BIN=c:\Programme\Borland\CBuilder5\Bin if exist m:\ep\utilit\borland\cbuilder5\bin\make.exe set BCB_BIN=m:\ep\utilit\borland\cbuilder5\bin if exist d:\programme\borland\cbuilder5\bin\make.exe set BCB_BIN=d:\programme\borland\cbuilder5\bin if exist h:\programme\borland\cbuilder5\bin\make.exe set BCB_BIN=h:\programme\borland\cbuilder5\bin set path=%path%;%BCB_BIN% set COMPILE=c:\tmp\compile if not exist c:\tmp\. md c:\tmp if not exist c:\tmp\compile\. md c:\tmp\compile if not exist c:\tmp\compile\mockpp_34\. md c:\tmp\compile\mockpp_34 %BCB_BIN%\bpr2mak mockpp.bpr %BCB_BIN%\bpr2mak mockpp_cxxtest.bpr %BCB_BIN%\bpr2mak mockpp_production.bpr %BCB_BIN%\bpr2mak mock_test.bpr %BCB_BIN%\bpr2mak mock_test_win32.bpr %BCB_BIN%\bpr2mak readability.bpr %BCB_BIN%\bpr2mak jmock_test.bpr %BCB_BIN%\bpr2mak mock_greeter.bpr %BCB_BIN%\bpr2mak basicmock.bpr %BCB_BIN%\bpr2mak visitmock.bpr %BCB_BIN%\bpr2mak visitmock2.bpr %BCB_BIN%\bpr2mak chainmock.bpr %BCB_BIN%\bpr2mak chainmock2.bpr %BCB_BIN%\bpr2mak poormock.bpr %BCB_BIN%\bpr2mak poormock-se.bpr %BCB_BIN%\bpr2mak verifying.bpr %BCB_BIN%\bpr2mak cppunit.bpr --- NEW FILE: run.bat --- c:\tmp\compile\mock_test_34.exe pause c:\tmp\compile\readability_test_34.exe pause c:\tmp\compile\mock_greeter_34.exe pause c:\tmp\compile\basicmock_34.exe pause c:\tmp\compile\visitmock_34.exe pause c:\tmp\compile\visitmock2_34.exe pause c:\tmp\compile\chainmock_34.exe pause c:\tmp\compile\chainmock2_34.exe pause c:\tmp\compile\poormock_34.exe pause c:\tmp\compile\poormock_se_34.exe pause c:\tmp\compile\verifying_34.exe pause c:\tmp\compile\cppunit_34.exe pause --- NEW FILE: Makefile.am --- SUBDIRS = CLEANFILES = *.~* *.~~* *~ EXTRA_DIST = \ gen-mak.bat \ run.bat \ compile.bat \ mockpp.bpg \ mockpp_production.bpr \ mockpp_production.bpf \ mockpp_cxxtest.bpr \ mockpp_cxxtest.bpf \ readability.bpf \ readability.bpr \ mock_greeter.bpf \ mock_greeter.bpr \ basicmock.bpf \ basicmock.bpr \ visitmock.bpf \ visitmock.bpr \ visitmock2.bpf \ visitmock2.bpr \ chainmock.bpf \ chainmock.bpr \ chainmock2.bpf \ chainmock2.bpr \ poormock.bpf \ poormock.bpr \ poormock-se.bpf \ poormock-se.bpr \ cppunit.bpf \ cppunit.bpr \ verifying.bpf \ verifying.bpr \ mockpp.bpf \ mockpp.bpr \ mock_test.bpf \ mock_test.bpr \ mock_test_win32.bpf \ mock_test_win32.bpr mock_test_count: grep cpp $(srcdir)/mock_test.bpf | sort >mock_test.files cat mock_test.files | wc -l ; echo "Dateien in mock_test"; --- NEW FILE: mockpp.bpf --- USELIB("c:\tmp\compile\mockpp_cxxtest_34.lib"); USELIB("c:\tmp\compile\mockpp_production_34.lib"); //--------------------------------------------------------------------------- USEUNIT("..\mockpp\util\NotImplementedException.cpp"); USEUNIT("..\mockpp\util\AssertMo.cpp"); USEUNIT("..\mockpp\compat\AssertionFailedError.cpp"); USEUNIT("..\mockpp\compat\Exception.cpp"); USEUNIT("..\mockpp\compat\Formatter.cpp"); USEUNIT("..\mockpp\compat\Asserter.cpp"); USEUNIT("..\mockpp\chaining\ChainingMockObjectSupport.cpp"); USEUNIT("..\mockpp\ExpectationCounter.cpp"); USEUNIT("..\mockpp\ThrowableList.cpp"); USEUNIT("..\mockpp\Verifiable.cpp"); USEUNIT("..\mockpp\VerifiableList.cpp"); USEUNIT("..\mockpp\visiting\VisitableMockObject.cpp"); USEUNIT("..\mockpp\visiting\VisitableMockMethod.cpp"); USEUNIT("..\mockpp\MixedMockObject.cpp"); USEUNIT("..\mockpp\Throwable.cpp"); USEUNIT("..\mockpp\TrackingCounter.cpp"); USEUNIT("..\mockpp\mockpp.cpp"); USEUNIT("..\mockpp\MockObject.cpp"); USEUNIT("..\mockpp\framework\VerifyingTestCase.cpp"); USEUNIT("..\mockpp\framework\VerifyingTestCaller.cpp"); USEUNIT("..\mockpp\SelfDescribing.cpp"); USEUNIT("..\mockpp\chaining\ChainableMockObject.cpp"); USEUNIT("..\mockpp\builder\BuilderNamespace.cpp"); USEUNIT("..\mockpp\stub\VoidStub.cpp"); USEUNIT("..\mockpp\chaining\Invocation.cpp"); USEUNIT("..\mockpp\constraint\IsNothing.cpp"); USEUNIT("..\mockpp\constraint\IsAnything.cpp"); USEUNIT("..\mockpp\matcher\TypelessMatcher.cpp"); USEUNIT("..\mockpp\matcher\InvokeAtMostMatcher.cpp"); USEUNIT("..\mockpp\matcher\InvokeAtLeastOnceMatcher.cpp"); USEUNIT("..\mockpp\matcher\UnlimitedMatcher.cpp"); USEUNIT("..\mockpp\matcher\InvokeCountMatcher.cpp"); USEUNIT("..\mockpp\matcher\InvokedRecorder.cpp"); USEUNIT("..\mockpp\matcher\InvokeOnceMatcher.cpp"); USEUNIT("..\mockpp\matcher\TestFailureMatcher.cpp"); USEUNIT("..\mockpp\matcher\InvokeAtLeastMatcher.cpp"); USEUNIT("..\mockpp\builder\IdentityBuilder.cpp"); USEUNIT("..\mockpp\constraint\TypelessConstraint.cpp"); USEUNIT("..\mockpp\constraint\ConstraintSet.cpp"); USEUNIT("..\mockpp\MockTimeServer.cpp"); //--------------------------------------------------------------------------- This file is used by the project manager only and should be treated like the project file DllEntryPoint |