- TestdriverAnnotationTransformer - Class in io.tromba.testdriver.core.listeners
-
Annotation transformer to configure the Test annotation.
- TestdriverAnnotationTransformer() - Constructor for class io.tromba.testdriver.core.listeners.TestdriverAnnotationTransformer
-
- TestdriverConfig - Class in io.tromba.testdriver.utils
-
Class to hold configuration for testdriver.
- TestdriverConfigLoader - Class in io.tromba.testdriver.utils
-
Class for loading and holding the framework configuration.
- TestdriverConfigLoader(String) - Constructor for class io.tromba.testdriver.utils.TestdriverConfigLoader
-
- TestdriverConfigLoader() - Constructor for class io.tromba.testdriver.utils.TestdriverConfigLoader
-
- TestdriverListener - Class in io.tromba.testdriver.core.listeners
-
TestNG listener to create and destroy drivers before and after the tests are run.
- TestdriverListener() - Constructor for class io.tromba.testdriver.core.listeners.TestdriverListener
-
- TestdriverLogger - Interface in io.tromba.testdriver.core.logging
-
Interface for all Testdriver loggers.
- TestdriverManager - Class in io.tromba.testdriver.core
-
Manager class for WebDrivers.
- TestdriverManager() - Constructor for class io.tromba.testdriver.core.TestdriverManager
-
- TestdriverRetry - Class in io.tromba.testdriver.utils
-
Implementation of IRetryAnalyzer.
- TestdriverRetry() - Constructor for class io.tromba.testdriver.utils.TestdriverRetry
-
- TestdriverWait - Class in io.tromba.testdriver.utils
-
Class for wait conditions.
- TestdriverWait(WebDriver, long) - Constructor for class io.tromba.testdriver.utils.TestdriverWait
-
Constructor.
- TestEssential - Class in io.tromba.testdriver.core
-
Data class for the essential components of a Testdriver test.
- TestEssential(WebDriver, TestdriverLogger) - Constructor for class io.tromba.testdriver.core.TestEssential
-
- transform(ITestAnnotation, Class, Constructor, Method) - Method in class io.tromba.testdriver.core.listeners.TestdriverAnnotationTransformer
-
Transform the test annotation.