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

5
LINES

< > BotCompany Repo | #1020476 // testResult_eq_verbose

JavaX fragment (include)

static TestResult testResult_eq_verbose(O a, O b) {
  ret eq(a, b)
    ? TestResult(str(a), true)
    : TestResult(str(a) + " != " + str(b), false);
}

Author comment

Began life as a copy of #1020471

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020476
Snippet name: testResult_eq_verbose
Eternal ID of this version: #1020476/1
Text MD5: 86869aa187a54df780760d1badb622a3
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-23 19:31:32
Source code size: 154 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 213 / 249
Referenced in: [show references]