Class LightBeaconServiceTest
[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
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()