Preconditions Methods |
Name | Description | |
---|---|---|
![]() ![]() | CheckArgument(Boolean) |
Throws ArgumentException if condition is false.
|
![]() ![]() | CheckArgument(Boolean, String) |
Throws ArgumentException with given message if condition is false.
|
![]() ![]() | CheckNotNullT(T) |
Throws ArgumentNullException if reference is null.
|
![]() ![]() | CheckNotNullT(T, String) |
Throws ArgumentNullException if reference is null.
|
![]() ![]() | CheckState(Boolean) |
Throws InvalidOperationException if condition is false.
|
![]() ![]() | CheckState(Boolean, String) |
Throws InvalidOperationException with given message if condition is false.
|