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

7
LINES

< > BotCompany Repo | #1014741 // assertEqualsVerbose_fullTrim - full-trim both values

JavaX fragment (include)

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

static void assertEqualsVerbose_fullTrim(S msg, S x, S y) {
  assertEqualsVerbose(msg, fullTrim(x), fullTrim(y));
}

Author comment

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: 382 / 416
Version history: 2 change(s)
Referenced in: [show references]