Class ShouldBeCurrentYearMonth

java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeCurrentYearMonth
All Implemented Interfaces:
ErrorMessageFactory

public class ShouldBeCurrentYearMonth extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a YearMonth is the current one (matching year and month).
Since:
3.26.0
  • Constructor Details

    • ShouldBeCurrentYearMonth

      private ShouldBeCurrentYearMonth(YearMonth actual)
  • Method Details