Interface CommercialTestWrappers


public interface CommercialTestWrappers
Provides factory method to create testers for commercial components.
  • Method Summary

    Modifier and Type
    Method
    Description
    test(Chart chart)
    Create a tester for the given Chart instance.
  • Method Details

    • test

      default 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