public void modDiv_ShouldCorrectValue() { var simpleCalc = new SimpleCalc(); var modDiv = simpleCalc.modDiv(1, 2); Assert.Equal(1, modDiv); }