public void Div_InputIs6And2_Return3() { BinaryOp op = new BinaryOp(); var result = op.Div(6, 2); Assert.AreEqual(result, 3); }