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

8
LINES

< > BotCompany Repo | #1029597 // assertEqualsBothDirectionsVerbose

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2512L/16K).

svoid assertEqualsBothDirectionsVerbose(O x, O y) {
  assertEqualsBothDirectionsVerbose((S) null, x, y);
}

svoid assertEqualsBothDirectionsVerbose(S msg, O x, O y) {
  assertEqualsVerbose(msg, x, y);
  assertEqualsVerbose(msg, y, x);
}

Author comment

Began life as a copy of #1002936

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029597
Snippet name: assertEqualsBothDirectionsVerbose
Eternal ID of this version: #1029597/1
Text MD5: 22590175ae67eceee48b772d2eedec48
Transpilation MD5: 912dfd9ff404c9e4cb89dc38db660caa
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-08-27 14:07:35
Source code size: 243 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 118 / 190
Referenced in: [show references]