ICtorVerifier<T>.ShouldThrowArgumentNullException method
Calls all constructors matching the given configuration n times, where n is the number of verifiable parameters. Without any configuration all parameters which have no default value are verifiable. With every call one of the verifiable parameter is set to null and a ArgumentNullException is expected.
csharp
public void ShouldThrowArgumentNullException()
public void ShouldThrowArgumentNullException()
See Also
- interface ICtorVerifier<T>
- namespace Twizzar.Fixture.Verifier