xUnit.net
Public Member Functions | List of all members
Xunit.Sdk.InlineDataDiscoverer Class Reference

Implementation of IDataDiscoverer used to discover the data provided by InlineDataAttribute. More...

Inheritance diagram for Xunit.Sdk.InlineDataDiscoverer:
Xunit.Sdk.IDataDiscoverer

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.
 

Detailed Description

Implementation of IDataDiscoverer used to discover the data provided by InlineDataAttribute.


The documentation for this class was generated from the following file: