1 | static void assertEqualsVerbose_fullTrim(S x, S y) { |
2 | assertEqualsVerbose_fullTrim((S) null, x, y); |
3 | } |
4 | |
5 | static void assertEqualsVerbose_fullTrim(S msg, S x, S y) { |
6 | assertEqualsVerbose(msg, fullTrim(x), fullTrim(y)); |
7 | } |
Began life as a copy of #1014739
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: | #1014741 |
Snippet name: | assertEqualsVerbose_fullTrim - full-trim both values |
Eternal ID of this version: | #1014741/3 |
Text MD5: | d7f4be80c5c3a1df4bd54fc20069e930 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-01 15:58:28 |
Source code size: | 225 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 504 / 519 |
Version history: | 2 change(s) |
Referenced in: | [show references] |