public void Constructor1_InvalidFileNameAsCodeBaseArgument_ShouldThrowArgument()
 {
     AssemblyCatalogConstructorTests.Constructor_InvalidFileNameAsCodeBaseArgument_ShouldThrowArgument((s) =>
     {
         return(new AssemblyCatalog(s));
     });
 }
 public void Constructor4_InvalidFileNameAsCodeBaseArgument_ShouldThrowArgument()
 {
     AssemblyCatalogConstructorTests.Constructor_InvalidFileNameAsCodeBaseArgument_ShouldThrowArgument((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext(), (ICompositionElement) new AssemblyCatalog(s)));
     });
 }
Exemplo n.º 3
0
 public void Constructor2_InvalidFileNameAsCodeBaseArgument_ShouldThrowArgument_Desktop()
 {
     AssemblyCatalogConstructorTests.Constructor_InvalidFileNameAsCodeBaseArgument_ShouldThrowArgument((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext()));
     });
 }