svoid test_YesNoMaybe_toString() { assertEqualsVerbose("yes", str(YesNoMaybe.yes())); assertEqualsVerbose("no", str(YesNoMaybe.no())); assertEqualsVerbose("maybe", str(YesNoMaybe.maybe())); }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023886 |
| Snippet name: | test_YesNoMaybe_toString |
| Eternal ID of this version: | #1023886/1 |
| Text MD5: | 817bab45bffd127e77b54d33d1649fe3 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-11 16:45:29 |
| Source code size: | 201 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 392 / 450 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |