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

7
LINES

< > BotCompany Repo | #1014401 // assertTrueVerbose

JavaX fragment (include)

static void assertTrueVerbose(O o) {
  assertEqualsVerbose(true, o);
}

static void assertTrueVerbose(S msg, O o) {
  assertEqualsVerbose(msg, true, o);
}

Author comment

Began life as a copy of #1001598

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: #1014401
Snippet name: assertTrueVerbose
Eternal ID of this version: #1014401/2
Text MD5: 5a24c44baaba0c882cadaf39b15e0533
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-04-19 10:21:26
Source code size: 162 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 390 / 437
Version history: 1 change(s)
Referenced in: [show references]