A B C D G M R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- afterInvocation(IInvokedMethod, ITestResult) - Method in class ru.tinkoff.qa.neptune.testng.integration.DefaultTestRunningListener
B
- BEFORE_METHOD_STARTING - ru.tinkoff.qa.neptune.testng.integration.properties.RefreshEachTimeBefore
-
This element is used to define the strategy to invoke the
ContextRefreshable.refreshContext()
each time before the first method annotated byBeforeMethod
is run before any test. - beforeInvocation(IInvokedMethod, ITestResult) - Method in class ru.tinkoff.qa.neptune.testng.integration.DefaultTestRunningListener
C
- CLASS_STARTING - ru.tinkoff.qa.neptune.testng.integration.properties.RefreshEachTimeBefore
-
This element is used to define the strategy to invoke the
ContextRefreshable.refreshContext()
each time before the firstBeforeClass
- method of a class is run.
D
- DefaultTestRunningListener - Class in ru.tinkoff.qa.neptune.testng.integration
- DefaultTestRunningListener() - Constructor for class ru.tinkoff.qa.neptune.testng.integration.DefaultTestRunningListener
G
- get() - Method in enum ru.tinkoff.qa.neptune.testng.integration.properties.RefreshEachTimeBefore
- GROUP_STARTING - ru.tinkoff.qa.neptune.testng.integration.properties.RefreshEachTimeBefore
-
This element is used to define the strategy to invoke the
ContextRefreshable.refreshContext()
each time before the firstBeforeGroups
- method of a group is run.
M
- METHOD_STARTING - ru.tinkoff.qa.neptune.testng.integration.properties.RefreshEachTimeBefore
-
This element is used to define the strategy to invoke the
ContextRefreshable.refreshContext()
each time before any method annotated byTest
is run.
R
- REFRESH_STRATEGY_PROPERTY - Static variable in class ru.tinkoff.qa.neptune.testng.integration.properties.TestNGRefreshStrategyProperty
- RefreshEachTimeBefore - Enum in ru.tinkoff.qa.neptune.testng.integration.properties
-
This enum is designed to define the strategy of the invoking of
ContextRefreshable.refreshContext()
by engines of TestNg. - ru.tinkoff.qa.neptune.testng.integration - package ru.tinkoff.qa.neptune.testng.integration
- ru.tinkoff.qa.neptune.testng.integration.properties - package ru.tinkoff.qa.neptune.testng.integration.properties
S
- SUITE_STARTING - ru.tinkoff.qa.neptune.testng.integration.properties.RefreshEachTimeBefore
-
This element is used to define the strategy to invoke the
ContextRefreshable.refreshContext()
each time before the first method annotated byBeforeSuite
is run.
T
- TEST_STARTING - ru.tinkoff.qa.neptune.testng.integration.properties.RefreshEachTimeBefore
-
This element is used to define the strategy to invoke the
ContextRefreshable.refreshContext()
each time before the first annotated byBeforeTest
is run. - TestNGRefreshStrategyProperty - Class in ru.tinkoff.qa.neptune.testng.integration.properties
V
- valueOf(String) - Static method in enum ru.tinkoff.qa.neptune.testng.integration.properties.RefreshEachTimeBefore
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ru.tinkoff.qa.neptune.testng.integration.properties.RefreshEachTimeBefore
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages