tdd - Test driven development for C++ XPCOM component? -
I want to create a Firefox extension using the c ++ XPCOM component which in turn uses the JavaScript XPCOM component. Is there a framework that allows test-driven development of the C ++ XPCOM component / Firefox extension?
You can mimic Mozilla, to ensure that you can link with libxul (For which you may need to become a Firefox)
An example file that uses TestHarness.h
Comments
Post a Comment