Class ObjectAssertFactory<T>

    • Constructor Detail

      • ObjectAssertFactory

        public ObjectAssertFactory()
        Deprecated.
    • Method Detail

      • createAssert

        public ObjectAssert<T> createAssert​(T actual)
        Deprecated.
        Creates the custom Assert instance for the given value.

        Typically, this will just invoke assertThat(actual).

        Specified by:
        createAssert in interface AssertFactory<T,​ObjectAssert<T>>
        Parameters:
        actual - the input value for the Assert instance
        Returns:
        the custom Assert instance for the given value