DumpsterDoggy
Browse
Testing Related Topics
- Joking In Code
- We don't usually pick up hitchhikers... but I'm-a gonna go with my instincts on this one. Saddle up partner!
- Sarcasm: Writing Tests Takes Such a Long Time!
- Seriously, writing tests is easy. If you are not writing tests... start. If you are, write them before your write your implementation.
- Extending Objects for Unit Testing Clarity
- By adding extension methods to the domain objects on which you are running tests, you can create very clear intentions.
- Back at it... for now.
- After many months off, I'm back. This won't be just design and development anymore.
- XmlException - Name cannot begin with the . character
- At least one way how to fix an odd XmlException thrown by .Net when loading an Xml document via the .Load() method.