-
The following program produces a compile error:
|
Beta Was this translation helpful? Give feedback.
Answered by
bxparks
May 30, 2022
Replies: 1 comment
-
The 2 arguments to the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bxparks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The 2 arguments to the
assertEqual()
must match exactly in AUnit. See https://github.com/bxparks/AUnit#ParameterTypesMustMatch which explains this.