Bottles.Services.Tests.BottleServiceFinderTester.finds_the_services C# (CSharp) Method

finds_the_services() private method

private finds_the_services ( ) : void
return void
        public void finds_the_services()
        {
            var log = new PackageLog();
            var theService = new BottleService(new StubService(), log);
            var services = BottleServiceFinder.Find(theAssemblies, log);

            services.ShouldHaveTheSameElementsAs(theService);
        }