Class UnitTestResultAddedMessage
- Namespace
- Acuit.Pinpoint.Workstation.Messaging
- Assembly
- Acuit.Pinpoint.Workstation.Abstractions.dll
The message raised by the IMessenger service when a test result is added for a unit at the station.
public class UnitTestResultAddedMessage : UnitEventMessage
- Inheritance
-
UnitTestResultAddedMessage
- Inherited Members
Constructors
UnitTestResultAddedMessage(IUnitAtStation, UnitTest)
Initializes a new instance of the UnitTestResultAddedMessage class.
public UnitTestResultAddedMessage(IUnitAtStation unitAtStation, UnitTest unitTest)
Parameters
unitAtStationIUnitAtStationThe IUnitAtStation representing the unit at the station.
unitTestUnitTestThe unit test.
Exceptions
- ArgumentNullException
unitAtStationis null.- ArgumentNullException
unitTestis null.
Properties
UnitTest
Gets the unit test.
public UnitTest UnitTest { get; }