Class JdbcAssert


  • public final class JdbcAssert
    extends Object
    Defines static methods for assertion of JDBC objects.
    • Method Detail

      • assertException

        public static AssertException assertException​(SQLException sqlException)
        As lambda of SQLExceptionConvert.
        Parameters:
        sqlException - The exception to be wrapped
        Returns:
        The assert exception wrapping sqlException