Class DataProviderMethod

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Integer> getIndices()
      Which indices to run from this data provider, default: all.
      java.lang.Object getInstance()  
      java.lang.reflect.Method getMethod()  
      java.lang.String getName()
      The name of this DataProvider.
      boolean isParallel()
      Whether this data provider should be run in parallel.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • instance

        private final java.lang.Object instance
      • method

        private final java.lang.reflect.Method method
    • Constructor Detail

      • DataProviderMethod

        DataProviderMethod​(java.lang.Object instance,
                           java.lang.reflect.Method method,
                           IDataProviderAnnotation annotation)