IActionLineTestCase Property |
Gets current test case declared at the given action line
Namespace:
TestArchitect.Harness.Core
Assembly:
TestArchitect.Harness.Bundle.Core (in TestArchitect.Harness.Bundle.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ITestCase TestCase { get; }
ReadOnly Property TestCase As ITestCase
Get
property ITestCase^ TestCase {
ITestCase^ get ();
}
abstract TestCase : ITestCase with get
Property Value
Type:
ITestCaseSee Also