Table of Contents

Class ObservationArchiveRepositoryTest

Namespace
adas_core.Test.Repositories
Assembly
adas-core.Test.dll
[TestFixture]
[Category("Integration")]
public class ObservationArchiveRepositoryTest
Inheritance
ObservationArchiveRepositoryTest
Inherited Members
Extension Methods

Methods

DeleteBeforeDate()

Verifies that the repository's DeleteBeforeDate method removes all patient observations dated before the specified cutoff, leaving only a single observation remaining in the collection.

[Test]
public Task DeleteBeforeDate()

Returns

Task

Init()

[OneTimeSetUp]
public Task Init()

Returns

Task