Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes an instance of the TestStateEvent class by using the provided run identifier, execution identifier, state, and time stamp.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub New ( _
runId As Guid, _
execId As Guid, _
newState As TestState, _
timestamp As DateTime _
)
public TestStateEvent(
Guid runId,
Guid execId,
TestState newState,
DateTime timestamp
)
public:
TestStateEvent(
Guid runId,
Guid execId,
TestState newState,
DateTime timestamp
)
new :
runId:Guid *
execId:Guid *
newState:TestState *
timestamp:DateTime -> TestStateEvent
public function TestStateEvent(
runId : Guid,
execId : Guid,
newState : TestState,
timestamp : DateTime
)
Parameters
- runId
Type: System.Guid
A Guid that uniquely identifies the test run.
- execId
Type: System.Guid
A Guid that uniquely identifies the execution.
- newState
Type: Microsoft.VisualStudio.TestTools.Common.TestState
A member of the TestState enumeration that indicates the state of the test.
- timestamp
Type: System.DateTime
The date and time when the state of the test run was changed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.