ITestCaseProvider Interface

Summary

The ITestCaseProvider interface is used by extensions that provide data for parameterized tests, along with certain flags and other indicators used in the test.
Namespace
TCLite.Interfaces
graph BT Type["ITestCaseProvider"] class Type type-node

Syntax

public interface ITestCaseProvider

Methods

Name Value Summary
GetTestCasesFor(MethodInfo) IEnumerable<ITestCaseData>
Return an IEnumerable providing test cases for use in running a parameterized test.
HasTestCasesFor(MethodInfo) bool
Determine whether any test cases are available for a parameterized method.