May 2018
Intermediate to advanced
300 pages
7h 35m
English
The lack of flexibility encountered when writing inline data-driven tests can be overcome through the use of property data-driven tests. Property data-driven unit tests are written in xUnit.net through the use of the MemberData and ClassData attributes. Using the two attributes, data theories can be created with data loaded from disparate data sources, such as files or databases.