public void Constructor4_DirectoryAsCodeBaseArgument_ShouldThrowFileLoad()
 {
     AssemblyCatalogConstructorTests.Constructor_DirectoryAsCodeBaseArgument_ShouldThrowFileLoad((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext(), (ICompositionElement) new AssemblyCatalog(s)));
     });
 }
 public void Constructor1_DirectoryAsCodeBaseArgument_ShouldThrowFileLoad()
 {
     AssemblyCatalogConstructorTests.Constructor_DirectoryAsCodeBaseArgument_ShouldThrowFileLoad((s) =>
     {
         return(new AssemblyCatalog(s));
     });
 }