Libraryless. Click here for Pure Java version (9540L/53K).
svoid assertIntArraysEqual(S msg default "", int[] a, int... b) { L l1 = wrapIntArrayAsList(a), l2 = wrapIntArrayAsList(b); assertListsEqual(msg, l1, l2); }
Began life as a copy of #1033286
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035644 |
| Snippet name: | assertIntArraysEqual |
| Eternal ID of this version: | #1035644/1 |
| Text MD5: | c0fc938c21c7cd894d0b7d29117ecc27 |
| Transpilation MD5: | 4fdb381230ddbfb006046742670091b1 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-06-27 10:38:53 |
| Source code size: | 163 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 340 / 436 |
| Referenced in: | [show references] |