Wszystkie artykuły
Creating game for android using JavaScript #1 | How to start
Few years ago, when Android had taken lead of the mobile market, I had decided to create game and become a millionaire as a “thousands” […]
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.