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

7
LINES

< > BotCompany Repo | #1001840 // assertEq - synonym of assertEquals

JavaX fragment (include)

static void assertEq(S msg, O x, O y) {
  assertEquals(msg, x, y);
}
 
static void assertEq(O x, O y) {
  assertEquals(x, y);
}

Author comment

Began life as a copy of #1001055

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001840
Snippet name: assertEq - synonym of assertEquals
Eternal ID of this version: #1001840/1
Text MD5: 6d04c6b3e5d6a01b15a321fab1b8a33a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-11-24 18:59:21
Source code size: 133 bytes / 7 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 561 / 812
Referenced in: #1002427 - Accellerating 629 (SPIKE)
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#3000382 - Answer for ferdie (>> t = 1, f = 0)