Package com.vaadin.browserless
Interface CommercialTesterWrappers
public interface CommercialTesterWrappers
Provides factory method to create testers for commercial components.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault ChartTester<Chart> Create a tester for the given Chart instance.default DashboardTester<Dashboard> Create a tester for the given Dashboard instance.
-
Method Details
-
test
Create a tester for the given Chart instance.- Parameters:
chart- the chart instance to be tested- Returns:
- a ChartTester instance wrapping the given chart
-
test
Create a tester for the given Dashboard instance.- Parameters:
dashboard- the dashboard instance to be tested- Returns:
- a DashboardTester instance wrapping the given dashboard
- Since:
- 1.1
-