Libraryless. Click here for Pure Java version (2512L/16K).
1  | svoid assertEqualsBothDirectionsVerbose(O x, O y) {
 | 
2  | assertEqualsBothDirectionsVerbose((S) null, x, y);  | 
3  | }  | 
4  | |
5  | svoid assertEqualsBothDirectionsVerbose(S msg, O x, O y) {
 | 
6  | assertEqualsVerbose(msg, x, y);  | 
7  | assertEqualsVerbose(msg, y, x);  | 
8  | }  | 
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: | 413 / 538 | 
| Referenced in: | [show references] |