Documentation modifications
This commit is contained in:
@@ -44,6 +44,10 @@ public class AlarmServiceTest
|
||||
private readonly RecordingSettings _recordingSettings = new();
|
||||
private readonly Mock<IUnitService> _unitServiceMock;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a test fixture that exercises <see cref="AlarmService"/>. The fixture configures mocked collaborators (such as <see cref="IAlarmRepository"/>, <see cref="IObservationService"/>, <see cref="IPatientService"/>, and <see cref="ILogger{AlarmService}"/>) and constructs an <see cref="AlarmService"/> instance with the background timer disabled for testing.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=e109274 body=c40c5e2 -->
|
||||
public AlarmServiceTest()
|
||||
{
|
||||
var optionsApiSettings = Options.Create(_apiSettings);
|
||||
|
||||
Reference in New Issue
Block a user