Interface ITestTypeCoordinator
- Namespace
- Acuit.Pinpoint.Workflows.Workstation.Testing
- Assembly
- Acuit.Pinpoint.Workflows.Workstation.dll
A unit testing coordinator for a test type configured for the station.
public interface ITestTypeCoordinator : ITestViewModel, INotifyPropertyChanged
- Inherited Members
Properties
TestStripViewContent
Gets or sets the test strip view content.
object TestStripViewContent { get; set; }
Property Value
Remarks
If this property is not set, its value will be the content loaded from the TestStripViewFile
setting setting
if it is set, or otherwise, null. Setting this property, even if to null, overrides this default value.
Either way, if the resulting value is null, the default test strip view will be used.
If the set value implements IDisposable, it will be disposed when the test type coordinators are disposed due to configuration changes or upon shutdown.