TestData Class

Assembly
UnitTest.dll
Namespace
Terrasoft.UnitTest
Base Types
graph BT Type-->Base0["Collection<Collection<TestDataColumnValue>>"] Type["TestData"] class Type type-node

Syntax

public class TestData : Collection<Collection<TestDataColumnValue>>

Constructors

Name Summary
TestData()

Properties

Methods

Extension Methods

Name Value Summary
SetBackingValue<TestData, TV>(Expression<Func<TestData, TV>>, TV) T
Sets the backing value.
With<TestData, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.