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

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -