Skip to content

ProgramTestSuite<TTestCase>.TestCases Property

Definition

Gets the list of test cases in this test suite.

public IReadOnlyList<TTestCase> TestCases { get; }

View source

Property Value

IReadOnlyList<TTestCase>