Commits

Nicola Salmoria committed 956b6b1cad1
SR-1417: Add non-optional overloads of XCTAssertEqual and XCTAssertNotEqual Previously, the only version of the functions that accepted values was the one that implicitly wraps them into Optionals. This generated a confusing error message when the assert failed. Having a separate overload that accepts non-optional types ensures that the correct description is printed when the assert fails.