[Cppunit-devel] mock objects for c++
Brought to you by:
blep
From: Ewald A. <mo...@ew...> - 2002-12-23 08:56:33
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I thought you might be interested to know that I have started last week a port of "Mock Objects for Java" (http://www.mockobjects.com) to C++. In case you don't know mock objects already: you may think of it as a complement to unit test: unit test usually test code from the outside whereas mock objects can be used to test from the inside. See the above link for more on this. The homepage is located at http://mockpp.sf.net. It is all very early and not really worth downloading yet but if you would like to comment on it you are welcome. CC me in this case as I am not on your devel list. As far as I know cppunit is also a port from Javas junit. Did you have any problems with the classes "Object" and "Field"? Do you have the one or the other hint for this or other problems in porting from Java to C++? As far as I can say for now, there will be a lot of templates because there is no "Object" class in C++. cheers Ewald - -- Ewald Arnold, Germany mailto:ewald at ewald-arnold dot de mobil/sms:+49-162-8001240 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+Bs6VXyQcrD0ZXUYRAgzOAJ4zwCNc0t+wSTvOAbt2tC6da5lAvgCbB1Ab TgzwZCDr6EE8sBUz1GyYpKU= =LflN -----END PGP SIGNATURE----- |