Example #1
0
 public void Constructor2_InvalidFileNameAsCodeBaseArgument_ShouldThrowArgument()
 {
     AssemblyCatalogConstructorTests.Constructor_InvalidFileNameAsCodeBaseArgument_ShouldThrowIO((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext()));
     });
 }
Example #2
0
 public void Constructor4_InvalidFileNameAsCodeBaseArgument_ShouldThrowIO_Core()
 {
     AssemblyCatalogConstructorTests.Constructor_InvalidFileNameAsCodeBaseArgument_ShouldThrowIO((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext(), (ICompositionElement) new AssemblyCatalog(s)));
     });
 }
Example #3
0
 public void Constructor1_InvalidFileNameAsCodeBaseArgument_ShouldThrowIO_Core()
 {
     AssemblyCatalogConstructorTests.Constructor_InvalidFileNameAsCodeBaseArgument_ShouldThrowIO((s) =>
     {
         return(new AssemblyCatalog(s));
     });
 }