Wszystkie artykuły
TDD in practice
Test Driven Development is one of fundamental practices in the Agile methodology.
Deep Equality in C# for Unit Testing
This article presents a short overview of methods of deep comparison between objects in Unit Tests.
Given-When-Then pattern in unit tests
We can say that it is a style/template how we can describe some functionality (system behavior) in more readable and natural for human way.