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)

1  
static void assertEq(S msg, O x, O y) {
2  
  assertEquals(msg, x, y);
3  
}
4  
 
5  
static void assertEq(O x, O y) {
6  
  assertEquals(x, y);
7  
}

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