| 1 | static void assertEqualsIC(S x, S y) {
 | 
| 2 | assertEqic(x, y); | 
| 3 | } | 
| 4 | |
| 5 | static void assertEqualsIC(S msg, S x, S y) {
 | 
| 6 | assertEqic(msg, x, y); | 
| 7 | } | 
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: | 794 / 816 | 
| Referenced in: | [show references] |