Пример #1
0
        public void GetSectors()
        {
            //Arrange

            //Act
            var sectors = _providerUnderTest.GetSectors().ToList();

            //Assert
            sectors.Should().NotBeNullOrEmpty();
            sectors.Count.Should().Be(2);
        }