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

8
LINES

< > BotCompany Repo | #1029599 // assertNotEqualsBothDirectionsVerbose

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

Libraryless. Click here for Pure Java version (4128L/26K).

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

svoid assertNotEqualsBothDirectionsVerbose(S msg, O x, O y) {
  assertNotEqualsVerbose(msg, x, y);
  assertNotEqualsVerbose(msg, y, x);
}

Author comment

Began life as a copy of #1029597

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: #1029599
Snippet name: assertNotEqualsBothDirectionsVerbose
Eternal ID of this version: #1029599/1
Text MD5: 6a49f061c1eca23d878d67b3b543ed66
Transpilation MD5: 8d9b1aec8e4ed3048275fb7dd96b70de
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:09:45
Source code size: 258 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 131 / 185
Referenced in: [show references]