Uses of Class
com.vaadin.copilot.testbenchgenerator.TestBenchScenarioItem
Packages that use TestBenchScenarioItem
Package
Description
-
Uses of TestBenchScenarioItem in com.vaadin.copilot.testbenchgenerator
Subclasses of TestBenchScenarioItem in com.vaadin.copilot.testbenchgeneratorModifier and TypeClassDescriptionclassRepresents a scenario item that targets a specific UI element within a TestBench test scenario.Methods in com.vaadin.copilot.testbenchgenerator that return types with arguments of type TestBenchScenarioItem -
Uses of TestBenchScenarioItem in com.vaadin.copilot.testbenchgenerator.assertion
Subclasses of TestBenchScenarioItem in com.vaadin.copilot.testbenchgenerator.assertionModifier and TypeClassDescriptionclassAssertion scenario item represents Assertion conditions in TestBench test.classAssertion scenario to generate the statements likeAssertion.assertEquals("foo", getDriver().getTitle())classAssertion statement likeExpectedConditions.visibilityOf(....)classclassAssertion statement for statements likeAssertions.assertEquals("foo", textField.getText());Methods in com.vaadin.copilot.testbenchgenerator.assertion that return types with arguments of type TestBenchScenarioItemModifier and TypeMethodDescriptionstatic Class<? extends TestBenchScenarioItem> AssertionScenarioItem.getScenarioClass(String assertionTypeStr) -
Uses of TestBenchScenarioItem in com.vaadin.copilot.testbenchgenerator.events
Subclasses of TestBenchScenarioItem in com.vaadin.copilot.testbenchgenerator.events