Annie Bougie
2 posts.
- Using Delegates in Rhino Mocks With the .Do StatementI use Rhino Mocks pretty much exclusively for mocking and testing. I find that there really isn't anything that I've wanted to do that I haven't been able to figure out how to accomplish with Rhino…
- InternalsVisibleTo with Strongly-Type AssembliesFor testing, I often use the InternalsVisibleTo for my unit tests. It looks like this: \[assembly: InternalsVisibleTo("MyProject.Domain.Tests")\] When the assembly is strongly typed, though, this s…
