getRunningTests
Returns a list of all currently running (sync and async) tests.
static
static getRunningTests(): TestCase[]
Related
- class TestScopeA class that represents a test scope, containing a number of test cases.
Returns a list of all currently running (sync and async) tests.
static
static getRunningTests(): TestCase[]