ISB204A-02
- Wat is Unit Testing? Waarom is dit nuttig (of niet)?
- Hoe schrijven we deze binnen Visual Studio? Wat zijn goede tests? Wat is TDD?
- Wat is het nut van 'Dependency Injection' in dit verhaal?
- Wat is de link met 'Reflection'?
- Pas Unit Testing toe op SupportCenter. Werk testen uit voor klassen in verschillende lagen (n-tier) van de applicatie.
- Pas ook praktisch Dependency Injection en Reflection toe en toon hoe deze technologiën met mekaar gelinkt zijn.
- Unit Testing ASP .NET MVC Applications
- Unit Testing Interfaces with MSTest
- How To Test Private Methods in .NET
- How to invoke private overloaded methods using System.Reflection
- Intro to mocking with Moq
- Effective Unit Testing - Part 2: Dependency Injection
- Entity Framework testing with a Mocking Framework
- A simple interface for fluently mocking a DbSet
- Invoking overloaded methods using reflection
- Use Assert to verify exception thrown
- Help with starting unit testing .NET MVC controllers
- Dependency Injection explanation
- What makes a good unit test?