public void Constructor4_NonExistentFileNameAsCodeBaseArgument_ShouldThrowFileNotFound()
 {
     AssemblyCatalogConstructorTests.Constructor_NonExistentFileNameAsCodeBaseArgument_ShouldThrowFileNotFound((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext(), (ICompositionElement) new AssemblyCatalog(s)));
     });
 }
 public void Constructor1_NonExistentFileNameAsCodeBaseArgument_ShouldThrowFileNotFound()
 {
     AssemblyCatalogConstructorTests.Constructor_NonExistentFileNameAsCodeBaseArgument_ShouldThrowFileNotFound((s) =>
     {
         return(new AssemblyCatalog(s));
     });
 }