please include function getTestResults. static void addTestResultVerbose(String desc, bool ok) { print((ok ? "100%" : "0%") + ": " + desc); addTestResult(desc, ok); }
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: | 451 / 498 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |