¡@

Home 

c++ Programming Glossary: tdd

How should I unit test a code-generator?

http://stackoverflow.com/questions/11060/how-should-i-unit-test-a-code-generator

as WebServices. When I developed this code I did it using TDD but I've found my tests to be brittle as hell. Because each..

How to write good Unit Tests?

http://stackoverflow.com/questions/1540960/how-to-write-good-unit-tests

driven but can completely fit in with your current non TDD development process. Two books I've found useful are Test Driven.. Driven development following on from Kent Becks' original TDD book. Pragmatic Unit Testing with C# and nUnit Short and to..

C++ testing framework: recommendation sought

http://stackoverflow.com/questions/185050/c-testing-framework-recommendation-sought

improve this question Here's a great article about C TDD frameworks . For the record my personal preference is CxxTest..

What is your favorite/recommended project structure and file structure for Unit Testing using Boost?

http://stackoverflow.com/questions/2965864/what-is-your-favorite-recommended-project-structure-and-file-structure-for-unit

and I intend to adopt this procedure. I was impressed by TDD and certainly want to give it a try I'm almost sure it's the..

static methods and unit tests

http://stackoverflow.com/questions/4220852/static-methods-and-unit-tests

reading that static methods tend to be avoided when using TDD because they tend to be hard to mock. I find though that the.. etc. Can someone explain this discrepancy between TDD best practices and pragmatic ease thanks A c unit testing ..

Can I access private members from outside the class without using friends?

http://stackoverflow.com/questions/424104/can-i-access-private-members-from-outside-the-class-without-using-friends

write a blog post on over encapsulation and how it affects TDD . I wanted to see if there was a way to say using private variables..

Test Driven Development with C++

http://stackoverflow.com/questions/5307627/test-driven-development-with-c

Driven Development with C Looking to start doing TDD in C . I've seen CPPUnit but I was wondering if there are other..