Ejemplo n.º 1
0
 [ActiveIssue(25498, TestPlatforms.AnyUnix)] // fault segmentation - AnyUnix
 public void Constructor4_NonAssemblyFileNameAsCodeBaseArgument_ShouldThrowBadImageFormat()
 {
     AssemblyCatalogConstructorTests.Constructor_NonAssemblyFileNameAsCodeBaseArgument_ShouldThrowBadImageFormat((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext(), (ICompositionElement) new AssemblyCatalog(s)));
     });
 }
Ejemplo n.º 2
0
 [ActiveIssue(25498, TestPlatforms.AnyUnix)] // fault segmentation - AnyUnix
 public void Constructor1_NonAssemblyFileNameAsCodeBaseArgument_ShouldThrowBadImageFormat()
 {
     AssemblyCatalogConstructorTests.Constructor_NonAssemblyFileNameAsCodeBaseArgument_ShouldThrowBadImageFormat((s) =>
     {
         return(new AssemblyCatalog(s));
     });
 }