Click or drag to resize

TestSuiteTestCases Property

Gets or sets a list of TestCases.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ObservableCollection<TestCase> TestCases { get; set; }

Property Value

Type: ObservableCollectionTestCase
The tests.
See Also