status property

TestEntryStatus get status

The status of the test.

Implementation

TestEntryStatus get status =>
    closingTestEntry?.status ?? openingTestEntry.status;