After a @suite or @test, these decortors can be used as @slow(1000), @timeout(2000) and @retries(3). These can also be used as traits - such as @suite(timeout(2000)).
@suite
@test
@slow(1000)
@timeout(2000)
@retries(3)
@suite(timeout(2000))
Generated using TypeDoc
After a
@suite
or@test
, these decortors can be used as@slow(1000)
,@timeout(2000)
and@retries(3)
. These can also be used as traits - such as@suite(timeout(2000))
.