Documentation modifications

This commit is contained in:
julian
2026-06-27 15:23:26 -07:00
parent a633fe6c06
commit a19fb90902
218 changed files with 2882 additions and 0 deletions
@@ -15,6 +15,13 @@ using Options = Microsoft.Extensions.Options.Options;
namespace adas_core.Test.Services;
/// <summary>
/// Provides a NUnit test fixture that exercises the behavior of the DisplayService class.
/// </summary>
/// <remarks>
/// Marked with <see cref="TestFixtureAttribute"/> so the NUnit test runner can discover and execute the contained test methods.
/// </remarks>
/// <!-- aidoc:v1 sig=cb14af2 -->
[TestFixture]
public class DisplayServiceTest
{
@@ -144,6 +151,12 @@ public class DisplayServiceTest
// GetAllByUser - Admin case
// -----------------------------------------------------------
/// <summary>
/// Verifies that <see cref="DisplayService.GetAllByUser"/> returns all <see cref="Display"/> objects
/// associated with the units the user has authorization over when the user holds the
/// <see cref="PermissionEnum.RolesType.AuthAdmin"/> role.
/// </summary>
/// <!-- aidoc:v1 sig=f3916bd body=50fd0aa -->
[Test]
public async Task GetAllByUser_ShouldReturnDisplays_WhenAdmin()
{