Ejemplo n.º 1
0
 public void Constructor3_ValueAsCodebaseArgument_ShouldSetAssemblyProperty()
 {
     AssemblyCatalogConstructorTests.Constructor_ValueAsCodebaseArgument_ShouldSetAssemblyProperty((s) =>
     {
         return(new AssemblyCatalog(s, (ICompositionElement) new AssemblyCatalog(s)));
     });
 }
Ejemplo n.º 2
0
 public void Constructor7_ValueAsAssemblyArgument_ShouldSetAssemblyProperty()
 {
     AssemblyCatalogConstructorTests.Constructor_ValueAsCodebaseArgument_ShouldSetAssemblyProperty((a) =>
     {
         return(new AssemblyCatalog(a, (ICompositionElement) new AssemblyCatalog(GetAttributedAssembly())));
     });
 }
Ejemplo n.º 3
0
 public void Constructor2_ValueAsCodebaseArgument_ShouldSetAssemblyProperty()
 {
     AssemblyCatalogConstructorTests.Constructor_ValueAsCodebaseArgument_ShouldSetAssemblyProperty((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext()));
     });
 }