Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1035389 // assertListEqualsVerbose

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (7912L/44K).

svoid assertListEqualsVerbose(S msg default "", L l1, Cl l2) {
  var l2list = asList(l2);
  assertListsEqual(msg, l1, l2list);
  print("OK: " + l2list);
}

Author comment

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: 57 / 89
Referenced in: [show references]