コード例 #1
0
        public void GivenTheOrganizationServicePolicyHasTheFollowingGeofenceLocations(Table table)
        {
            var locations = TableUtils.LocationsFromTable(table);

            _directoryClientContext.LoadedServicePolicy.Locations.ShouldCompare(locations);
        }
コード例 #2
0
 public void GivenTheOrganizationServicePolicyIsSetToHaveTheFollowingGeofenceLocations(Table table)
 {
     _directoryClientContext.LoadedServicePolicy.Locations = TableUtils.LocationsFromTable(table);
 }