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

9
LINES

< > BotCompany Repo | #1032661 // assertNequals - synonym of assertNotEquals

JavaX fragment (include)

svoid assertNequals(S msg, O a, O b) {
  assertNotEquals(msg, a, b);
}



svoid assertNequals(O a, O b) {
  assertNotEquals(a, b);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032661
Snippet name: assertNequals - synonym of assertNotEquals
Eternal ID of this version: #1032661/1
Text MD5: 3926698b1544f7db0bba53ca97724695
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-30 05:52:50
Source code size: 134 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 86 / 93
Referenced in: [show references]