public void GivenPositiveNumbersIsPositive(int a, int b) { var result = _adder.Divide(a, b); Assert.True(result >= 0); }