Schnittstelle IArrayValidator
- Alle bekannten Implementierungsklassen:
ArrayValidator
public interface IArrayValidator
- Version:
- 2024-12-14
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
assertDoesNotContainNull
- Parameter:
array
-- Löst aus:
RuntimeException
- if the given array is null.RuntimeException
- if the given array contains a null element.
-