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
Motivation: testing for a copy of original object or string. For example CuAssertStrEquals would pass if the same pointer is passed as both of expected and actual, but this would not be correct for cases when functionality under test was supposed to allocate a new string and copy contents to it.
The text was updated successfully, but these errors were encountered:
Motivation: testing for a copy of original object or string. For example
CuAssertStrEquals
would pass if the same pointer is passed as both of expected and actual, but this would not be correct for cases when functionality under test was supposed to allocate a new string and copy contents to it.The text was updated successfully, but these errors were encountered: