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
I had to implement a custom equal function but I cannot report the failure with the existing functionality of Assert class.
I wanted to reuse the function Assert.failNotEquals but it's private, not sure why.
Can you make it public?
The text was updated successfully, but these errors were encountered:
I had to implement a custom equal function but I cannot report the failure with the existing functionality of Assert class.
I wanted to reuse the function Assert.failNotEquals but it's private, not sure why.
Can you make it public?
The text was updated successfully, but these errors were encountered: