Provides extra types which may be useful when testing code which uses Noda Time, such as a fake programmable implementation of IClock and a time zone which has a fixed transition. These types are also used to test Noda Time itself.
$ dotnet add package NodaTime.TestingNoda Time is an alternative date and time API for .NET. It helps you to think about your data more clearly, and express operations on that data more precisely.
The NodaTime.Testing package is designed to work with the
NodaTime package, providing fakes for IClock and time zones, as
well as extension methods to construct values for tests in a fluent
manner.
See the project web site at https://nodatime.org for more details.