public void FluentWithCtorConfiguration_Generic_DefaultValue_Func_Multi_Arg_Null(FluentWithCtorConfiguration <int> configuration) { Assert.Throws <ArgumentNullException>(() => configuration.DefaultValue((Func <IExportLocatorScope, StaticInjectionContext, IInjectionContext, int>)null)); }
public void FluentWithCtorConfiguration_Generic_DefaultValue_Func_Null(FluentWithCtorConfiguration <int> configuration) { Assert.Throws <ArgumentNullException>(() => configuration.DefaultValue((Func <int>)null)); }