public void SutThrowsIfFeatureIsNull(AutoContentCustomization sut) { Action action = () => sut.Customize(null); action.ShouldThrow<ArgumentNullException>().WithMessage("*fixture"); }
public void SutThrowsIfFeatureIsNull(AutoContentCustomization sut) { Action action = () => sut.Customize(null); action.ShouldThrow <ArgumentNullException>().WithMessage("*fixture"); }