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

3
LINES

< > BotCompany Repo | #1035727 // assertIntArrayEquals - synonym of assertIntArraysEqual

JavaX fragment (include)

svoid assertIntArrayEquals(S msg default "", int[] a, int... b) {
  assertIntArraysEqual(msg, a, b);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035727
Snippet name: assertIntArrayEquals - synonym of assertIntArraysEqual
Eternal ID of this version: #1035727/1
Text MD5: 0bbb8e9a04d44ca5022043c5e28f2867
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-14 21:53:09
Source code size: 102 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 63 / 67
Referenced in: [show references]