Official Murl Engine Forum

Full Version: Unit-Testing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

can you suggest a framework for Unit-Testing when working with MURL?

Josef
From my experience, I think CPPUnit is certainly worth a look:

http://sourceforge.net/projects/cppunit/

However, we do not directly offer any unit testing hooks in the engine. It is purely up to the application developer to create unit tests on the user code side, which on the other hand allows to freely choose the testing framework.
(02 May 2013, 8:04)dizzy Wrote: [ -> ]From my experience, I think CPPUnit is certainly worth a look:

http://sourceforge.net/projects/cppunit/
Thank you, dizzy! That's what I wanted to hear Smile

(02 May 2013, 8:04)dizzy Wrote: [ -> ]However, we do not directly offer any unit testing hooks in the engine. It is purely up to the application developer to create unit tests on the user code side, which on the other hand allows to freely choose the testing framework.
I'd only like to test my classes/methods anyway - nothing else Wink