Package it.tidalwave.util
Class LocalizedDateTimeFormattersTest
java.lang.Object
it.tidalwave.util.LocalizedDateTimeFormattersTest
- Author:
- Fabrizio Giudici
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
must_properly_format_date_and_time
(ZonedDateTime dt, Locale locale, FormatStyle style, String expectedValue)
-
Constructor Details
-
LocalizedDateTimeFormattersTest
public LocalizedDateTimeFormattersTest()
-
-
Method Details
-
must_properly_format_date_and_time
public void must_properly_format_date_and_time(@Nonnull ZonedDateTime dt, @Nonnull Locale locale, @Nonnull FormatStyle style, @Nonnull String expectedValue)
-