+1. What if tested code isn't separatable from the app?
Brought to you by:
passing
I'd like to vote for the request to support test fixtures hosted in the user application.
This is for cases when the code under test can not be separated into DLLs but depends on the infrastructure of the real application (or kernel mode driver).
Regards,
-- ddebug
Thanks for this suggestion -- indeed, it is sometimes hard to separate tests into independent DLLs and I have been thinking about this problem, too. I am currently planning to enhance cfix in one of the next releases so that it can also run test cases that are "embedded" into an application EXE or driver.
--Johannes