@FunctionalInterface public interface PreVerifier
PreVerifier - Verify test class is configured correctly before it is
executedVerifier - Verify test class is initialized correctly before it is executedPostVerifier - Verify test class produces the correct result after it is
executed| Modifier and Type | Method and Description |
|---|---|
void |
verify(TestContext testContext)
Verify the test class using the given test context.
|
void verify(TestContext testContext)
testContext - the test contextCopyright © 2016–2018 Testify Project. All rights reserved.