C++ Unit Testing from the Inside Out
Bill discusses the benefits of test first programming in an instrumented C++ telecommunications application.
November 30, 2000
Categories:
Articles
Bill discusses the benefits of test first programming in an instrumented C++ telecommunications application.
Jon Bettinger has found a failing test! Excellent!
Philip Schwarz provided a nice-looking implementation. Let’s look at it and try to build on his ideas.
My critiXXXXX advisors expected a more function-oriented solution. Here’s something a bit better, perhaps …