Libraryless. Click here for Pure Java version (5977L/33K).
1 | svoid test_OnePath() {
|
2 | var path = new OnePath("1234");
|
3 | pnl(path.pointIterator()); |
4 | var path2 = OnePath(path.pointIterator()); |
5 | print(path.drift()); |
6 | assertEqualsVerbose("1234", str(path2));
|
7 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034082 |
| Snippet name: | test_OnePath |
| Eternal ID of this version: | #1034082/1 |
| Text MD5: | aebd787fea0d2ab81a630f5f5420de00 |
| Transpilation MD5: | 490dfc034941162e16249b14fbdf0e3a |
| Author: | stefan |
| Category: | javax / gazelle v |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-21 14:19:52 |
| Source code size: | 204 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 331 / 421 |
| Referenced in: | [show references] |