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

7
LINES

< > BotCompany Repo | #1014739 // assertEqualsVerbose_trim - trim both values

JavaX fragment (include)

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

static void assertEqualsVerbose_trim(S msg, S x, S y) {
  assertEqualsVerbose(msg, trim(x), trim(y));
}

Author comment

Began life as a copy of #1002936

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: #1014739
Snippet name: assertEqualsVerbose_trim - trim both values
Eternal ID of this version: #1014739/1
Text MD5: a4c3e67b7ce861ca4d9264088289348d
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:43:12
Source code size: 205 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 374 / 389
Referenced in: [show references]