Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Today I ran into the following problem with NUnit. I have a class, that derives from a generic class. I started to do some serialization tests and tested for equality using the Is.EqualTo() function
we have code that persists a file and I would like to check the content of t开发者_如何学运维he file during testing.
I am responsible for rewriting an internal tool for my company. I am currently reworking the most time consuming step to run faster which should give me time to re-think the design of the application
I\'ve got a controller class which accpets multiple parameters in the ctor which gets injected at runtime.
I\'m very new to TDD world. I have a few questions regarding TDD. Do I have to do test-first in TDD? I heard that TDD is not about test. It\'s about design. I\'m agreed that it\'s good to do test-fi
I\'m prim开发者_StackOverflowarily a Ruby guy, but lately I\'ve been working on a lot of Python stuff, in particular, App Engine code.In Ruby, I\'d use automated continuous integration (autotest), cod
The more I read about BDD and how it is supposed to be improved TDD the more confusing it all seems to me. I\'ve found quotes from expert that say it\'s about design, but also from other experts that
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Following Test-Driven Development that is. I\'ve recently implemented a algorithm (A*) that required a clean interface. By clean all I want is a couple of properties and a single search method.