Package com.vaadin.testbench.unit
Interface CommercialTestWrappers
-
- All Implemented Interfaces:
public interface CommercialTestWrappersProvides factory method to create testers for commercial components.
-
-
Method Summary
Modifier and Type Method Description ChartTester<Chart>test(Chart chart)Create a tester for the given Chart instance. -
-
Method Detail
-
test
ChartTester<Chart> test(Chart chart)
Create a tester for the given Chart instance.
- Parameters:
chart- the chart instance to be tested- Returns:
a ChartTester instance wrapping the given chart
-
-
-
-