Represents a test case within a test suite (see ITestSuite).
| C# | Visual Basic | Visual C++ |
public interface ITestCase
Public Interface ITestCase
public interface class ITestCase
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| Checked |
Gets or sets a value indicating whether this test case is checked in the current run configuration.
| |
| DataContext |
Gets the data context of the test case.
| |
| DataRange |
Gets the current data range.
| |
| HasWarnings |
Gets a value indicating whether this test case has warnings.
| |
| Name |
Gets the name of the test case.
| |
| Parameters |
Gets the parameters of the test case.
| |
| Status |
Gets the current status of the test case.
|
