Class ShouldBeAtSameInstant

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

public class ShouldBeAtSameInstant extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that two OffsetDateTimes have the same Instant, failed.
Author:
Raymond Pressly