Package com.vaadin.testbench.unit
Interface CommercialTestWrappers
public interface CommercialTestWrappers
Provides factory method to create testers for commercial components.
-
Method Summary
Modifier and TypeMethodDescriptiondefault ChartTester<Chart>Create a tester for the given Chart 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
-