Tests in the dev. environment should provide feedback as fast as possible and writing tests should be easy. Priority in dev. environment is practicality and
When working with compact framework I use a similar (perhaps same) method Anthony suggests. I use NUnitLite and compact framework. Fast TDD with NUnit GUI on
... This is not only a problem for C/C++ but also for PHP: When the PHP interpreter emits an E_FATAL error (or even segfaults) then PHPUnit 3.x will not
Hi John, It's described here: http://code.google.com/p/googletest/wiki/GoogleTestAdvancedGuide#Death_Tests - Kim On Fri, Jul 4, 2008 at 16:12, Donaldson, John
John, this is not a fact but a hunch: I suppose a death test is a test that results into a crash of the application under test, essentially killing the