- AbstractApiMethod - Class in com.kulana.core.foundation.api
-
Base class for Rest-Assured API classes, it encapsulate base methods for
request preparation, response validation and HTTP call.
- AbstractApiMethod() - Constructor for class com.kulana.core.foundation.api.AbstractApiMethod
-
- AbstractPage - Class in com.kulana.core.gui
-
Base class for page models used for UI description.
- AbstractPage(WebDriver) - Constructor for class com.kulana.core.gui.AbstractPage
-
- AbstractPage(WebDriver, Locale) - Constructor for class com.kulana.core.gui.AbstractPage
-
- AbstractTest - Class in com.kulana.core.foundation
-
Class encapsulates common logic connected with test initialization and
finalization used both for UI and API tests.
- AbstractTest() - Constructor for class com.kulana.core.foundation.AbstractTest
-
- AbstractTestListener - Class in com.kulana.core.foundation.listeners
-
Base test listener for all types of tests, responsible for logging, results generation and retry logic.
- AbstractTestListener() - Constructor for class com.kulana.core.foundation.listeners.AbstractTestListener
-
- AbstractUIObject - Class in com.kulana.core.gui
-
Base class for UI models description.
- AbstractUIObject(WebDriver) - Constructor for class com.kulana.core.gui.AbstractUIObject
-
- AbstractUIObject(WebDriver, Locale) - Constructor for class com.kulana.core.gui.AbstractUIObject
-
- acceptAlert() - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Accepts alert modal.
- ACTION - Static variable in class com.kulana.core.foundation.utils.HTML
-
- addBodyParameter(String, Object) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- addDataRow(Row) - Method in class com.kulana.core.foundation.utils.parser.XLSTable
-
- addParameter(String, String) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- addParameterIfNotNull(String, String) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- addScreenshotComment(String, String) - Static method in class com.kulana.core.foundation.log.TestLogCollector
-
Stores comment for screenshot.
- addStatistics(long) - Method in class com.kulana.core.foundation.performance.TestStatistics
-
- addUrlParameter(String, String) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- afterSuite() - Method in class com.kulana.core.foundation.performance.PerformanceTestRunner
-
- ALT - Static variable in class com.kulana.core.foundation.utils.HTML
-
- APIMethodBuilder - Class in com.kulana.core.foundation.api
-
Builder for Rest-Assured methods.
- APIMethodBuilder() - Constructor for class com.kulana.core.foundation.api.APIMethodBuilder
-
- APITest - Class in com.kulana.core.foundation
-
Base test class for API tests that do not use WebDriver.
- APITest() - Constructor for class com.kulana.core.foundation.APITest
-
- APITestListener - Class in com.kulana.core.foundation.listeners
-
- APITestListener() - Constructor for class com.kulana.core.foundation.listeners.APITestListener
-
- argsToString() - Method in class com.kulana.core.foundation.utils.parser.XLSDSBean
-
- assertElementPresent(ExtendedWebElement) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Asserts that element is found on UI.
- assertElementPresent(ExtendedWebElement, long) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Asserts that element is found on UI during specified timeout.
- assertElementWithTextPresent(ExtendedWebElement, String) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Asserts that element with text is found on UI.
- assertElementWithTextPresent(ExtendedWebElement, String, long) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Asserts that element with text is found on UI during specified timeout.
- associateTestNameWithDriver(String, WebDriver) - Static method in class com.kulana.core.foundation.webdriver.DriverPool
-
Associates WebDriver instance with test name.
- asString() - Static method in class com.kulana.core.foundation.utils.Configuration
-
Creates console representation of test configuration arguments.
- attachFile(ExtendedWebElement, String) - Method in class com.kulana.core.foundation.webdriver.DriverHelper
-
Populates file path to specified file input.
- attemptsCount - Variable in class com.kulana.core.foundation.retry.RetryAnalyzer
-