public void Mult_InputIs55And20_Return1100() { BinaryOp op = new BinaryOp(); var result = op.Mult(55, 20); Assert.AreEqual(result, 1100); }