Documentation modifications
This commit is contained in:
@@ -14,6 +14,10 @@ using Options = Microsoft.Extensions.Options.Options;
|
||||
|
||||
namespace adas_core.Test.Services;
|
||||
|
||||
/// <summary>
|
||||
/// Defines a test fixture containing unit tests that verify the behavior of the DiagnosisService.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=bc1cd44 -->
|
||||
[TestFixture]
|
||||
public class DiagnosisServiceTest
|
||||
{
|
||||
@@ -213,6 +217,10 @@ public class DiagnosisServiceTest
|
||||
_diagnosisRepositoryMock.Verify(d => d.InsertOneAsync(It.IsAny<PatientDiagnosis>()), Times.Never);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Verifies that <see cref="DiagnosisService.SaveRequest"/> does not insert a <see cref="PatientDiagnosis"/> when the supplied <see cref="ApiRequest"/> does not represent diagnosis code settings.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=9cdb26c body=11b0c14 -->
|
||||
[Test]
|
||||
public async Task SaveRequest_Not_DiagnosisCodeSettings_Return_not_insert()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user