public void C_InputIs4And2_Return6() { BinaryOp op = new BinaryOp(); var result = op.C(4, 2); Assert.AreEqual(result, 6); }