Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
Gallio API Documentation
TestCase
.
.
::
.
Execute Property
TestCase Class
See Also
Send Feedback
Gets the delegate to run as the main body of the test case.
Namespace:
MbUnit.Framework
Assembly:
MbUnit
(in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
C#
public
Action
Execute
{
get
; }
Visual Basic (Declaration)
Public
ReadOnly
Property
Execute
As
Action
See Also
TestCase Class
MbUnit.Framework Namespace