It happens that we need to create few tests for the same method using different input. In such case I was always writing few identical test methods with different names and different values inside them. You can see an example below. This code is F# but don’t be afraid, it is easy to understand! This […]