NUnit.Framework TestCaseData in C# (CSharp): 32 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per NUnit.Framework.TestCaseData, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
The TestCaseData class represents a set of arguments and other parameter info to be used for a parameterized test case. It provides a number of instance modifiers for use in initializing the test case. Note: Instance modifiers are getters that return the same instance after modifying it's state.