RanorexRanorex Documentation
ITestCase Interface
NamespacesRanorex.Core.TestingITestCase
Represents a test case within a test suite (see ITestSuite).
Declaration Syntax
C#Visual BasicVisual C++
public interface ITestCase
Public Interface ITestCase
public interface class ITestCase
Members
All MembersProperties



IconMemberDescription
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.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)