Dev2.Core.Tests.Repositories.StudioResourceRepositoryTests.StudioResourceRepository_Constructor_ExplorerItemHasData_ExplorerItemCollectionHasData C# (CSharp) Method

StudioResourceRepository_Constructor_ExplorerItemHasData_ExplorerItemCollectionHasData() private method

        public void StudioResourceRepository_Constructor_ExplorerItemHasData_ExplorerItemCollectionHasData()
        {
            AppSettings.LocalHost = "http://localhost:3142/";
            var repository = new StudioResourceRepository(GetTestData(), Guid.Empty, _invoke);
            Assert.AreEqual(1, repository.ExplorerItemModels.Count);
        }
StudioResourceRepositoryTests