1 | svoid assertNequals(S msg, O a, O b) { |
2 | assertNotEquals(msg, a, b); |
3 | } |
4 | |
5 | |
6 | |
7 | svoid assertNequals(O a, O b) { |
8 | assertNotEquals(a, b); |
9 | } |
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: | 529 / 556 |
| Referenced in: | [show references] |