ParameterizedSource class

This class contains the parameters which will be supplied to the parameterizedTests.

Current options are:

Constructors

ParameterizedSource.csv(List<String> csvValues, {String pattern = ','})
Creates a ParameterizedSource from supplied list of csv values (strings).
factory
ParameterizedSource.value(List values)
Creates a ParameterizedSource from supplied list of values.
factory
ParameterizedSource.values(List<List> csvValues)
Creates a ParameterizedSource from supplied 2 dimensional list of dynamic values.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
params List<List>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited