Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
Gallio API Documentation
TestContext
.
.
::
.
TestStep Property
TestContext Class
See Also
Send Feedback
Gets the test step associated with the context.
Namespace:
Gallio.Framework
Assembly:
Gallio
(in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
C#
public
TestStep
TestStep
{
get
; }
Visual Basic (Declaration)
Public
ReadOnly
Property
TestStep
As
TestStep
See Also
TestContext Class
Gallio.Framework Namespace