Namespace RentADeveloper.ArgumentNullGuards
Classes
ArgumentNullGuardVerifier
Verifies that a constructor or method has guards againsts null arguments for all its non-nullable parameters, meaning it throws an ArgumentNullException when called with a null argument for such parameters.