コード例 #1
0
 public void Constructor8_NullReflectionContextArgument_ShouldThrowArgumentNull()
 {
     AssemblyCatalogConstructorTests.Constructor_NullReflectionContextArgument_ShouldThrowArgumentNull((rc) =>
     {
         return(new AssemblyCatalog(GetAttributedAssemblyCodeBase(), rc, (ICompositionElement) new AssemblyCatalog(GetAttributedAssembly())));
     });
 }
コード例 #2
0
 public void Constructor6_NullReflectionContextArgument_ShouldThrowArgumentNull()
 {
     AssemblyCatalogConstructorTests.Constructor_NullReflectionContextArgument_ShouldThrowArgumentNull((rc) =>
     {
         return(new AssemblyCatalog(GetAttributedAssembly(), rc));
     });
 }