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

14
LINES

< > BotCompany Repo | #1025453 // assertEqualsICVerbose - synonym of assertEqualsVerboseIC

JavaX fragment (include)

sS assertEqualsICVerbose(S x, S y) {
  ret assertEqualsVerboseIC(x, y);
}



sS assertEqualsICVerbose(S msg, S x, S y) {
  ret assertEqualsVerboseIC(msg, x, y);
}


static void assertEqualsICVerbose(Scorer scorer, S x, S y) {
  assertEqualsVerboseIC(scorer, x, y);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025453
Snippet name: assertEqualsICVerbose - synonym of assertEqualsVerboseIC
Eternal ID of this version: #1025453/1
Text MD5: 292ada012f8b1a4addcb6af8f8812514
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-29 01:27:39
Source code size: 269 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 127 / 152
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)