1 | static void assertEqic(S x, S y) { |
2 | assertEqic(null, x, y); |
3 | } |
4 | |
5 | static void assertEqic(S msg, S x, S y) { |
6 | if (!eqic(x, y)) |
7 | fail((msg != null ? msg + ": " : "") + quote(x) + " != " + quote(y) + " [ic]"); |
8 | } |
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: | 569 / 583 |
Referenced in: | [show references] |