| 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
SyntaxITestCase TestCase { get; }ReadOnly Property TestCase As ITestCase
	Get
property ITestCase^ TestCase {
	ITestCase^ get ();
}abstract TestCase : ITestCase with get
Property Value
Type: 
ITestCase See Also
See Also