コード例 #1
0
 public void Constructor1_InvalidFileNameAsCodeBaseArgument_ShouldThrowArgument()
 {
     AssemblyCatalogConstructorTests.Constructor_InvalidFileNameAsCodeBaseArgument_ShouldThrowArgument((s) =>
     {
         return(new AssemblyCatalog(s));
     });
 }
コード例 #2
0
 public void Constructor4_InvalidFileNameAsCodeBaseArgument_ShouldThrowArgument()
 {
     AssemblyCatalogConstructorTests.Constructor_InvalidFileNameAsCodeBaseArgument_ShouldThrowArgument((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext(), (ICompositionElement) new AssemblyCatalog(s)));
     });
 }
コード例 #3
0
 public void Constructor2_InvalidFileNameAsCodeBaseArgument_ShouldThrowArgument_Desktop()
 {
     AssemblyCatalogConstructorTests.Constructor_InvalidFileNameAsCodeBaseArgument_ShouldThrowArgument((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext()));
     });
 }