1 | please include function getTestResults. |
2 | |
3 | static void addTestResultVerbose(String desc, bool ok) {
|
4 | print((ok ? "100%" : "0%") + ": " + desc); |
5 | addTestResult(desc, ok); |
6 | } |
Began life as a copy of #1008971
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1009079 |
| Snippet name: | addTestResultVerbose - add TestResult object to list per thread |
| Eternal ID of this version: | #1009079/3 |
| Text MD5: | c3057f222f02df2d2f09eb6cc04f5e59 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-02-07 16:03:46 |
| Source code size: | 176 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 643 / 697 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |