Package guru.mikelue.jdut.assertion
Class JdbcAssert
- java.lang.Object
-
- guru.mikelue.jdut.assertion.JdbcAssert
-
public final class JdbcAssert extends Object
Defines static methods for assertion of JDBC objects.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AssertException
assertException(SQLException sqlException)
As lambda ofSQLExceptionConvert
.
-
-
-
Method Detail
-
assertException
public static AssertException assertException(SQLException sqlException)
As lambda ofSQLExceptionConvert
.- Parameters:
sqlException
- The exception to be wrapped- Returns:
- The assert exception wrapping sqlException
-
-