Class TestParametersValuesProvider

java.lang.Object
com.google.testing.junit.testparameterinjector.TestParametersValuesProvider
All Implemented Interfaces:
TestParameters.TestParametersValuesProvider

public abstract class TestParametersValuesProvider extends Object implements TestParameters.TestParametersValuesProvider
Abstract class for custom providers of @TestParameters values.

This is a replacement for TestParameters.TestParametersValuesProvider, which is deprecated. The difference with the former interface is that this class provides a Context instance when invoking provideValues(com.google.testing.junit.testparameterinjector.TestParametersValuesProvider.Context).