5
votes
0answers
164 views

Doubts about the quality of an API designed for use with minimal effort

This is going to be long, and I do hope it is going to make some kind of sense; I apologize if it doesn't. I'll try to provide exactly the amount of context that is necessary to understand the ...
5
votes
3answers
370 views

What do you think about this smelly test?

I caught a whiff of a smell emanating from one of my tests, in a scenario akin to the following: [TestFixture] public void CarPresenterTests{ [Test] public void ...