Implementation of IDataDiscoverer used to discover the data provided by InlineDataAttribute. More...
Public Member Functions | |
| virtual IEnumerable< object[]> | GetData (IAttributeInfo dataAttribute, IMethodInfo testMethod) |
| Returns the data to be used to test the theory. | |
| virtual bool | SupportsDiscoveryEnumeration (IAttributeInfo dataAttribute, IMethodInfo testMethod) |
Returns true if the data attribute supports enumeration during discovery; false otherwise. Data attributes with expensive computational costs and/or randomized data sets should return false. | |
Implementation of IDataDiscoverer used to discover the data provided by InlineDataAttribute.
1.8.15