public interface TestDecorator
Modifier and Type | Method and Description |
---|---|
default void |
afterTest(TestContext testContext)
Executed after each test.
|
default void |
beforeTest(TestContext testContext)
Executed before each test.
|
default void beforeTest(TestContext testContext)
testContext
- the test context.default void afterTest(TestContext testContext)
testContext
- the test context.Copyright © 2013-2018–2019 SeedStack. All rights reserved.