Class ShouldBeSame

  • All Implemented Interfaces:
    ErrorMessageFactory

    public class ShouldBeSame
    extends BasicErrorMessageFactory
    Creates an error message indicating that an assertion that verifies that two object refer to same object failed.
    Author:
    Alex Ruiz
    • Constructor Detail

      • ShouldBeSame

        private ShouldBeSame​(Object actual,
                             Object expected)
    • Method Detail

      • shouldBeSame

        public static ErrorMessageFactory shouldBeSame​(Object actual,
                                                       Object expected)
        Creates a new ShouldBeSame.
        Parameters:
        actual - the actual value in the failed assertion.
        expected - the expected value in the failed assertion.
        Returns:
        the created ErrorMessageFactory.