public void Constructor8_ValueAsAssemblyArgument_ShouldSetAssemblyProperty()
 {
     AssemblyCatalogConstructorTests.Constructor_ValueAsAssemblyArgument_ShouldSetAssemblyProperty((a) =>
     {
         return(new AssemblyCatalog(a, new AssemblyCatalogTestsReflectionContext(), (ICompositionElement) new AssemblyCatalog(GetAttributedAssembly())));
     });
 }
 public void Constructor5_ValueAsAssemblyArgument_ShouldSetAssemblyProperty()
 {
     AssemblyCatalogConstructorTests.Constructor_ValueAsAssemblyArgument_ShouldSetAssemblyProperty((a) =>
     {
         return(new AssemblyCatalog(a));
     });
 }
 public void Constructor6_ValueAsAssemblyArgument_ShouldSetAssemblyProperty()
 {
     AssemblyCatalogConstructorTests.Constructor_ValueAsAssemblyArgument_ShouldSetAssemblyProperty((a) =>
     {
         return(new AssemblyCatalog(a, new AssemblyCatalogTestsReflectionContext()));
     });
 }
 public void Constructor4_ValueAsCodebaseArgument_ShouldSetAssemblyProperty()
 {
     AssemblyCatalogConstructorTests.Constructor_ValueAsAssemblyArgument_ShouldSetAssemblyProperty((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext(), (ICompositionElement) new AssemblyCatalog(s)));
     });
 }