public void Constructor4_LockedFileAsCodeBaseArgument_ShouldThrowFileLoad()
 {
     AssemblyCatalogConstructorTests.Constructor_LockedFileAsCodeBaseArgument_ShouldThrowIOException((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext(), (ICompositionElement) new AssemblyCatalog(s)));
     });
 }
 public void Constructor1_LockedFileAsCodeBaseArgument_ShouldThrowFileLoad()
 {
     AssemblyCatalogConstructorTests.Constructor_LockedFileAsCodeBaseArgument_ShouldThrowIOException((s) =>
     {
         return(new AssemblyCatalog(s));
     });
 }