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
If a public variable, such as: mapping(address=>address) is called with the current method testing interface, the inputs will be the same (i.e. 0x222, 0x222), as right now they only input the first named var and not the second, or third etc.
Unnamed method testing call inputs should be numbered by order.
The text was updated successfully, but these errors were encountered:
SilentCicero
changed the title
Number by Order NoName Same-Type Public/External Inputs
Number by Order NoName Same-Type Public/External Inputs for Call Method Testing
May 8, 2015
If a public variable, such as: mapping(address=>address) is called with the current method testing interface, the inputs will be the same (i.e. 0x222, 0x222), as right now they only input the first named var and not the second, or third etc.
Unnamed method testing call inputs should be numbered by order.
The text was updated successfully, but these errors were encountered: