Hi everyone,
I'm thinking of designing my own Test library (framework) ->in c++ I am wondering if some of you have already designed there own (and what good advices, documentation they could offer me), decided to not do that (and why), What critics (and argue) you have against differents existing testing frameworks.
I want to no more about testing framework design. In fact I have some pretty differents things to test :
- simple unit test
- MVC and signal slot
- data, (escpecially for audio and DSP)
- performance
- compatibility
"So much things ... and so few time "
No really I need to test a lot of different things. So I checkout how is designed XUnit, and the Addison and W XUnit related book, also the Advanced Unit Testing related article on code project.... And different articles, discuss this with coworkers ... And at the end, I want to design my own.
Why :
- specific needs,
- like the do it yourself way (and learn why it's done this way in existing frameworks and that I'm not a genious ... ^^)
Thank you all.