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 SummaryModifier and Type Method Description ZonedDateTimegetTime()Returns the current time of this time provider in UTC time zone.
 
- 
- 
- 
Method Detail- 
getTimeZonedDateTime getTime() Returns the current time of this time provider in UTC time zone.
 
- 
 
-