Table of Contents

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

unitAtStation IUnitAtStation

The IUnitAtStation representing the unit at the station.

unitTest UnitTest

The unit test.

Exceptions

ArgumentNullException

unitAtStation is null.

ArgumentNullException

unitTest is null.

Properties

UnitTest

Gets the unit test.

public UnitTest UnitTest { get; }

Property Value

UnitTest