コード例 #1
0
        public void GetWatchersByLogin_EmployeeFromBusinessDepartment_ResultShouldContainBush()
        {
            var result = _ldapService.GetWatchersByLogin("istomina.ekaterina");

            result.Should().Contain(x => x.Login == _ldapService.GetBush.Login);
        }