Table of Contents

Interface ICustomTestData

Namespace
Acuit.Pinpoint.Server
Assembly
Acuit.Pinpoint.Server.Interfaces.dll

A service provided by a plug-in for providing custom test data.

public interface ICustomTestData

Methods

AddCustomTestData(UnitTest)

The plug-in should implement this method to add custom test data to a unit test.

void AddCustomTestData(UnitTest unitTest)

Parameters

unitTest UnitTest

The unit test.

Remarks

This only gets called when Acuit Pinpoint is retrieving a unit from the database. It does NOT get called when a new test result is being added to a unit already scanned at a workstation. It is the plug-in's responsibility to add any custom test data, typically while handing the ILineService.AddingTestResult or ILineService.AddedTestResult event.