Annotation Type Factory

    • Element Detail

      • parameters

        @Deprecated
        String[] parameters
        Deprecated.
        Use @Parameters
        The list of variables used to fill the parameters of this method. These variables must be defined in the property file.
        Default:
        {}
      • dataProvider

        String dataProvider
        The name of the data provider for this test method.
        See Also:
        DataProvider
        Default:
        ""
      • dataProviderClass

        Class<?> dataProviderClass
        The class where to look for the data provider. If not specified, the dataprovider will be looked on the class of the current test method or one of its super classes. If this attribute is specified, the data provider method needs to be static on the specified class.
        Default:
        java.lang.Object.class
      • enabled

        boolean enabled
        Whether this factory is enabled.
        Default:
        true
      • indices

        int[] indices
        Default:
        {}