| java.lang.Object | |
| ↳ | org.rundeck.api.util.AssertUtil |
Utility class for assertions
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Test if the given value is in the list
| |||||||||||
Test if the given value is in the list
| |||||||||||
Test if the given String is blank (null, empty or only whitespace)
| |||||||||||
Test if the given Object is null
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Test if the given value is in the list
| errorMessage | message |
|---|---|
| value | value |
| list | list |
Test if the given value is in the list
| errorMessage | message |
|---|---|
| value | value |
| list | list |
Test if the given String is blank (null, empty or only whitespace)
| input | string |
|---|---|
| errorMessage | to be used if the string is blank |
| IllegalArgumentException | if the given string is blank |
|---|
Test if the given Object is null
| errorMessage | to be used if the object is null |
|---|
| IllegalArgumentException | if the given object is null |
|---|