Libraryless. Click here for Pure Java version (4128L/26K).
1 | svoid assertNotEqualsBothDirectionsVerbose(O x, O y) {
|
2 | assertNotEqualsBothDirectionsVerbose((S) null, x, y); |
3 | } |
4 | |
5 | svoid assertNotEqualsBothDirectionsVerbose(S msg, O x, O y) {
|
6 | assertNotEqualsVerbose(msg, x, y); |
7 | assertNotEqualsVerbose(msg, y, x); |
8 | } |
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: | 405 / 515 |
| Referenced in: | [show references] |