Noda Time
Show / Hide Table of Contents

Namespace NodaTime.Testing

The NodaTime.Testing namespace contains types designed to help write tests against code which uses Noda Time. "Child" namespaces are organized to reflect the same structure as the main project.

Classes

FakeClock

Clock which can be constructed with an initial instant, and then advanced programmatically (and optionally, automatically advanced on each read). This class is designed to be used when testing classes which take an IClock as a dependency.
In this article
Back to top Generated by DocFX