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

7
LINES

< > BotCompany Repo | #1006519 // assertEqualsIC - synonym of assertEqic [like assertEquals, ignoring case]

JavaX fragment (include)

static void assertEqualsIC(S x, S y) {
  assertEqic(x, y);
}

static void assertEqualsIC(S msg, S x, S y) {
  assertEqic(msg, x, y);
}

Author comment

Began life as a copy of #1005240

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1006519
Snippet name: assertEqualsIC - synonym of assertEqic [like assertEquals, ignoring case]
Eternal ID of this version: #1006519/1
Text MD5: 233490c4df550f1416350489d009ddfc
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-01-13 18:21:54
Source code size: 140 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 525 / 552
Referenced in: [show references]