コード例 #1
0
 public void ObjectSources_ConfiguresObjectSources()
 {
     _options.ObjectSources(config => Assert.AreSame(_options.ObjectSrcDirective, config));
 }