Package com.exonum.binding.testkit
Interface TimeProvider
-
- All Known Implementing Classes:
FakeTimeProvider
public interface TimeProviderTime provider for service testing. Used as a time source by TestKit time service.
-
-
Method Summary
Modifier and Type Method Description ZonedDateTimegetTime()Returns the current time of this time provider in UTC time zone.
-
-
-
Method Detail
-
getTime
ZonedDateTime getTime()
Returns the current time of this time provider in UTC time zone.
-
-