You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored `PrimitiveTests.cs` to improve organization and modularity:
- Renamed `PrimitiveTests` to `CqlDateTests`.
- Introduced `CqlDateTimeTests` for `CqlDateTime`-related tests.
- Moved `GetNewContext` method to `CqlDateTests` and `CqlDateTimeTests`.
- Added new tests: `CqlDateTime_Add_Year_By_Units` and `CqlDateTime_Subtract_Day_and_Days`.
- Reintroduced `PrimitiveTests` with a placeholder method and new test.
Cleaned up `using` directives:
- Removed unused namespaces.
- Added necessary namespaces like `Hl7.Cql.Iso8601` and `System.Linq.Expressions`.
Refactored `CqlDateTime_Subtract_Day_and_Days` for readability:
- Reformatted LINQ query for method retrieval.
- Introduced `rc` variable for context access.
Updated subproject references:
- Marked `Firely.Cql.Sdk.Integration.Runner` and `Ncqa.DQIC` as `-dirty`.
Introduced new files:
- `CqlDateTests.cs` and `CqlDateTimeTests.cs` to house refactored test classes.
0 commit comments