- getBrowserCapabilities(Browser...) - Method in class com.vaadin.flow.testutil.AbstractParallelTestBenchTest
-
Gets browser capabilities for the provided browsers.
- getBrowserCapabilities(Browser...) - Method in class com.vaadin.flow.testutil.AbstractTestBenchTest
-
Gets browser capabilities for the provided browsers.
- getBrowserCapabilities(Browser...) - Method in class com.vaadin.flow.testutil.ChromeBrowserTest
-
- getBrowsersToTest() - Method in class com.vaadin.flow.testutil.AbstractParallelTestBenchTest
-
Produces a collection of browsers to run the test on.
- getBrowsersToTest() - Method in class com.vaadin.flow.testutil.AbstractTestBenchTest
-
Produces a collection of browsers to run the test on.
- getCurrentHostAddress() - Method in class com.vaadin.flow.testutil.AbstractTestBenchTest
-
Returns host address that can be targeted from the outside, like from a
test hub.
- getDeploymentHostname() - Method in class com.vaadin.flow.testutil.AbstractParallelTestBenchTest
-
Used to determine what URL to initially open for the test.
- getDeploymentHostname() - Method in class com.vaadin.flow.testutil.AbstractTestBenchTest
-
Used to determine what URL to initially open for the test.
- getDeploymentPort() - Method in class com.vaadin.flow.testutil.AbstractComponentIT
-
- getDeploymentPort() - Method in class com.vaadin.flow.testutil.AbstractParallelTestBenchTest
-
Used to determine what port the test is running on.
- getDeploymentPort() - Method in class com.vaadin.flow.testutil.AbstractTestBenchTest
-
Used to determine what port the test is running on.
- getHubBrowsersToTest() - Method in class com.vaadin.flow.testutil.AbstractParallelTestBenchTest
-
Gets the browsers capabilities list to execute test on the tests Hub.
- getHubBrowsersToTest() - Method in class com.vaadin.flow.testutil.AbstractTestBenchTest
-
Gets the browsers capabilities list to execute test on the tests Hub.
- getHubBrowsersToTest() - Method in class com.vaadin.flow.testutil.ChromeBrowserTest
-
- getHubHostname() - Method in class com.vaadin.flow.testutil.AbstractTestBenchTest
-
- getLocalExecution() - Method in class com.vaadin.flow.testutil.AbstractParallelTestBenchTest
-
- getLocalExecution() - Method in class com.vaadin.flow.testutil.AbstractTestBenchTest
-
- getLogEntries(Level) - Method in class com.vaadin.flow.testutil.TestBenchHelpers
-
Gets the log entries from the browser that have the given logging level
or higher.
- getProperty(WebElement, String) - Method in class com.vaadin.flow.testutil.AbstractComponentIT
-
- getRootElement() - Method in class com.vaadin.flow.testutil.AbstractViewTest
-
- getRootURL() - Method in class com.vaadin.flow.testutil.AbstractParallelTestBenchTest
-
Returns the URL to the root of the server, e.g.
- getRootURL() - Method in class com.vaadin.flow.testutil.AbstractTestBenchTest
-
Returns the URL to the root of the server, e.g.
- getRunLocallyBrowser() - Method in class com.vaadin.flow.testutil.AbstractParallelTestBenchTest
-
- getRunLocallyBrowser() - Method in class com.vaadin.flow.testutil.AbstractTestBenchTest
-
- getRunLocallyBrowserVersion() - Method in class com.vaadin.flow.testutil.AbstractTestBenchTest
-
- getScrollX() - Method in class com.vaadin.flow.testutil.TestBenchHelpers
-
Gets current scroll position on x axis.
- getScrollY() - Method in class com.vaadin.flow.testutil.TestBenchHelpers
-
Gets current scroll position on y axis.
- getTestPath() - Method in class com.vaadin.flow.testutil.AbstractComponentIT
-
- getTestPath() - Method in class com.vaadin.flow.testutil.AbstractTestBenchTest
-
Gets the absolute path to the test, starting with a "/".
- getTestPath() - Method in class com.vaadin.flow.testutil.ViewOrUITest
-
- getTestURL(String...) - Method in class com.vaadin.flow.testutil.AbstractTestBenchTest
-
Returns the URL to be used for the test.
- getTestURL(String, String, String...) - Static method in class com.vaadin.flow.testutil.AbstractTestBenchTest
-
Returns the URL to be used for the test.
- getUIClass() - Method in class com.vaadin.flow.testutil.ViewOrUITest
-
Returns the UI class the current test is connected to.
- getValidationComponent() - Method in class com.vaadin.flow.testutil.ValidationTestView
-
Gets the component to be tested.
- getViewClass() - Method in class com.vaadin.flow.testutil.ViewOrUITest
-
Returns the View class the current test is connected to.