Uses of Interface
com.google.testing.junit.testparameterinjector.TestParameter.TestParameterValuesProvider
-
-
Uses of TestParameter.TestParameterValuesProvider in com.google.testing.junit.testparameterinjector
Classes in com.google.testing.junit.testparameterinjector that implement TestParameter.TestParameterValuesProvider Modifier and Type Class Description static class
TestParameter.DefaultTestParameterValuesProvider
DefaultTestParameter.TestParameterValuesProvider
implementation that does nothing.class
TestParameterValuesProvider
Abstract class for custom providers of @TestParameter values.Methods in com.google.testing.junit.testparameterinjector that return types with arguments of type TestParameter.TestParameterValuesProvider Modifier and Type Method Description Class<? extends TestParameter.TestParameterValuesProvider>
valuesProvider()
Sets a provider that will return a list of parameter values.
-