Bottles.Tests.when_reading_a_package_from_a_folder.has_all_the_dependencies C# (CSharp) Method

has_all_the_dependencies() private method

private has_all_the_dependencies ( ) : void
return void
        public void has_all_the_dependencies()
        {
            thePackage.Dependencies
                .ShouldHaveTheSameElementsAs(Dependency.Mandatory("bottle1"), Dependency.Mandatory("bottle2"), Dependency.Optional("bottle3"));
        }