public void FluentWithCtorConfiguration_Generic_Consider_Null(FluentWithCtorConfiguration <int> configuration) { Assert.Throws <ArgumentNullException>(() => configuration.Consider(null)); }