Package io.fluentlenium.core.wait
Class TimeToChronoUnitConverter
java.lang.Object
io.fluentlenium.core.wait.TimeToChronoUnitConverter
Provides functionality to convert
TimeUnit
s to ChronoUnit
s.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChronoUnit
Returns theChronoUnit
representing the argumentTimeUnit
.
-
Method Details
-
of
Returns theChronoUnit
representing the argumentTimeUnit
.- Parameters:
unit
- the time unit to convert- Returns:
- the chrono unit
-