Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Test.stats

$t.stats() -> map

Description

Get the current pass/fail count as a Map.

$t = Test()

// ... run tests ...

$t.stats()
//= { numPassed: 25, numFailed: 1 }