Table of Contents

Class LightBeaconServiceTest

Namespace
adas_core.Test.Services
Assembly
adas-core.Test.dll
[TestFixture]
public class LightBeaconServiceTest
Inheritance
LightBeaconServiceTest
Inherited Members
Extension Methods

Methods

GetBeaconColor()

Integration test that verifies the light beacon service returns Off for a given point of care when the patient has no associated beacon color.

[Ignore("Integration test")]
[Test]
public Task GetBeaconColor()

Returns

Task

Setup()

Initializes the test fixture by creating mock instances of the service's dependencies and instantiating the LightBeaconService under test with those mocks. This setup runs before each test to ensure a clean, isolated test environment.

[SetUp]
public void Setup()