About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (168)
Most used tags
Tag Archives: unittest
Silverlight unittest / automation
Reading up on silverlight unittesting from Justin Angel’s post. I ran into some startup problems like not iheriting from SilverlightTest in my test class (took me two hours ;)) and adding the right assemblies to our project. But the biggest … Continue reading
Implement abstract class not possible
For my unittests I want to use Moles to run the tests outside the Windows Azure development factory. By making a mole assembly for Microsoft.WindowsAzure.ServiceRuntime I would be on my way. But I’m getting strange error messages: there is no … Continue reading
Posted in Test
Tagged .NET, Pex and Moles, Reflector, Test, Tooling, unittest, Visual Studio 2010, Windows Azure
Leave a comment
Usefull unittest links
While updating my unittest I found two challenges: 1. Start the development fabric from my unittest solution 2. Compare byte arrays solution
Posted in Test
Tagged .NET, .NET 4.0, Test, Tooling, unittest, Visual Studio 2010, Windows Azure
Leave a comment