Class ZonedDateTimeMatchers.ZonedDateTimeEqualsMatcher

java.lang.Object
org.hamcrest.BaseMatcher<ZonedDateTime>
com.totvs.tjf.test.support.hamcrest.ZonedDateTimeMatchers.ZonedDateTimeEqualsMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<ZonedDateTime>, org.hamcrest.SelfDescribing
Enclosing interface:
ZonedDateTimeMatchers

public static final class ZonedDateTimeMatchers.ZonedDateTimeEqualsMatcher extends org.hamcrest.BaseMatcher<ZonedDateTime>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    describeTo(org.hamcrest.Description description)
     
    boolean
     

    Methods inherited from class org.hamcrest.BaseMatcher

    _dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • matches

      public boolean matches(Object item)
    • describeTo

      public void describeTo(org.hamcrest.Description description)