public void Constructor3_ValueAsCodebaseArgument_ShouldSetAssemblyProperty()
 {
     AssemblyCatalogConstructorTests.Constructor_ValueAsCodebaseArgument_ShouldSetAssemblyProperty((s) =>
     {
         return(new AssemblyCatalog(s, (ICompositionElement) new AssemblyCatalog(s)));
     });
 }
 public void Constructor7_ValueAsAssemblyArgument_ShouldSetAssemblyProperty()
 {
     AssemblyCatalogConstructorTests.Constructor_ValueAsCodebaseArgument_ShouldSetAssemblyProperty((a) =>
     {
         return(new AssemblyCatalog(a, (ICompositionElement) new AssemblyCatalog(GetAttributedAssembly())));
     });
 }
 public void Constructor2_ValueAsCodebaseArgument_ShouldSetAssemblyProperty()
 {
     AssemblyCatalogConstructorTests.Constructor_ValueAsCodebaseArgument_ShouldSetAssemblyProperty((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext()));
     });
 }