1 | scope test_standard_toString. |
2 | |
3 | sclass #Bla { |
4 | S x, y; |
5 | } |
6 | |
7 | svoid test_standard_toString() { |
8 | assertEqualsVerbose("test_standard_toString_Bla(x=a)", standard_toString(setAll(new Bla, x := "a"))); |
9 | assertEqualsVerbose("test_standard_toString_Bla(x=a, y=b)", standard_toString(setAll(new Bla, x := "a", y := "b"))); |
10 | } |
11 | |
12 | end scope |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022821 |
Snippet name: | test_standard_toString |
Eternal ID of this version: | #1022821/2 |
Text MD5: | ada10dc1d46de63161b7a49fce12c1b8 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-04-09 11:09:47 |
Source code size: | 339 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 293 / 348 |
Version history: | 1 change(s) |
Referenced in: | [show references] |