Example #1
0
 public void Constructor7_NullDefinitionOriginArgument_ShouldThrowArgumentNull()
 {
     AssemblyCatalogConstructorTests.Constructor_NullDefinitionOriginArgument_ShouldThrowArgumentNull((dO) =>
     {
         return(new AssemblyCatalog(GetAttributedAssembly(), dO));
     });
 }
Example #2
0
 public void Constructor4_NullDefinitionOriginArgument_ShouldThrowArgumentNull()
 {
     AssemblyCatalogConstructorTests.Constructor_NullDefinitionOriginArgument_ShouldThrowArgumentNull((dO) =>
     {
         return(new AssemblyCatalog(GetAttributedAssemblyCodeBase(), new AssemblyCatalogTestsReflectionContext(), dO));
     });
 }