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

8
LINES

< > BotCompany Repo | #1005240 // assertEqic - like assertEquals, ignoring case

JavaX fragment (include)

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

static void assertEqic(S msg, S x, S y) {
  if (!eqic(x, y))
    fail((msg != null ? msg + ": " : "") + quote(x) + " != " + quote(y) + " [ic]");
}

Author comment

Began life as a copy of #1001055

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005240
Snippet name: assertEqic - like assertEquals, ignoring case
Eternal ID of this version: #1005240/1
Text MD5: 0c7d5a2ff65c755d07010bf35ed75230
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-10-26 16:26:56
Source code size: 217 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 505 / 516
Referenced in: [show references]