1 | static void printTestResults() { |
2 | L<TestResult> l = getTestResults(); |
3 | int numOK = countWhere(l, okPercentage := 100.0); |
4 | printAsciiHeading("Test results (" + numOK + " OK of " + l(l) + ")"); |
5 | printLines(l); |
6 | print(); |
7 | } |
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: | #1008975 |
Snippet name: | printTestResults |
Eternal ID of this version: | #1008975/3 |
Text MD5: | fb0fd18027783b79a7f0800733122a18 |
Author: | stefan |
Category: | javax / testing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-06-21 18:15:06 |
Source code size: | 230 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 502 / 534 |
Version history: | 2 change(s) |
Referenced in: | [show references] |