Please enable JavaScript.
Coggle requires JavaScript to display documents.
4.3 Test (v2) (types of tests ((testing frameworks: NUnit and MSTest) Unit…
4.3 Test (v2)
-
Practise
-
Separate .UnitTests from .IntegrationTests to be able to configure them in TeamCity by project name mask;
Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: Requirements are turned into very specific test cases.
-
Mock Framework
-
Moq
Unable to mock not virtual or not abstract method;
(same reason) sealed/static classes cannot be mocked