Libraryless. Click here for Pure Java version (7912L/44K).
1 | svoid assertListEqualsVerbose(S msg default "", L l1, Cl l2) { |
2 | var l2list = asList(l2); |
3 | assertListsEqual(msg, l1, l2list); |
4 | print("OK: " + l2list); |
5 | } |
Began life as a copy of #1034809
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1035389 |
Snippet name: | assertListEqualsVerbose |
Eternal ID of this version: | #1035389/1 |
Text MD5: | a6abba8a5ccdd61a1c1c3f7033c93417 |
Transpilation MD5: | 31ef68ba0a101e630e97c0c55c168f14 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-05-05 15:33:10 |
Source code size: | 158 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 125 / 183 |
Referenced in: | [show references] |