You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In unit tests, Assert methods such as Assert.AreEqual(value, otherValue) should have the first parameter be the expected value, second parameter the actual value.
Expected behavior
In unit tests,
Assert
methods such asAssert.AreEqual(value, otherValue)
should have the first parameter be the expected value, second parameter the actual value.Current behavior
Some correct usage, mostly backwards. Example
The text was updated successfully, but these errors were encountered: