コード例 #1
0
        public void GivenTheOrganizationServicePolicyHasTheFollowingTimeFences(Table table)
        {
            var timeFences = TableUtils.TimeFencesFromTable(table);

            _directoryClientContext.LoadedServicePolicy.TimeFences.ShouldCompare(timeFences);
        }
コード例 #2
0
 public void GivenTheOrganizationServicePolicyIsSetToHaveTheFollowingTimeFences(Table table)
 {
     _directoryClientContext.LoadedServicePolicy.TimeFences = TableUtils.TimeFencesFromTable(table);
 }