public void Constructor4_TooLongFileNameAsCodeBaseArgument_ShouldThrowPathTooLong()
 {
     AssemblyCatalogConstructorTests.Constructor_TooLongFileNameAsCodeBaseArgument_ShouldThrowPathTooLong((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext(), (ICompositionElement) new AssemblyCatalog(s)));
     });
 }
 public void Constructor1_TooLongFileNameAsCodeBaseArgument_ShouldThrowPathTooLong()
 {
     AssemblyCatalogConstructorTests.Constructor_TooLongFileNameAsCodeBaseArgument_ShouldThrowPathTooLong((s) =>
     {
         return(new AssemblyCatalog(s));
     });
 }