---
title: NSFileProviderTestingOperationSide
framework: fileprovider
role: symbol
role_heading: Enumeration
path: fileprovider/nsfileprovidertestingoperationside
---

# NSFileProviderTestingOperationSide

The location where the operation takes place.

## Declaration

```swift
enum NSFileProviderTestingOperationSide
```

## Overview

Overview Most operations are symmetrical. They can affect either items stored locally or items in the File Provider extension’s remote storage.

## Topics

### Locations

- [NSFileProviderTestingOperationSide.disk](fileprovider/nsfileprovidertestingoperationside/disk.md)
- [NSFileProviderTestingOperationSide.fileProvider](fileprovider/nsfileprovidertestingoperationside/fileprovider.md)

### Initializers

- [init(rawValue:)](fileprovider/nsfileprovidertestingoperationside/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Testing protocols

- [NSFileProviderTestingChildrenEnumeration](fileprovider/nsfileprovidertestingchildrenenumeration.md)
- [NSFileProviderTestingCollisionResolution](fileprovider/nsfileprovidertestingcollisionresolution.md)
- [NSFileProviderTestingContentFetch](fileprovider/nsfileprovidertestingcontentfetch.md)
- [NSFileProviderTestingCreation](fileprovider/nsfileprovidertestingcreation.md)
- [NSFileProviderTestingDeletion](fileprovider/nsfileprovidertestingdeletion.md)
- [NSFileProviderTestingIngestion](fileprovider/nsfileprovidertestingingestion.md)
- [NSFileProviderTestingLookup](fileprovider/nsfileprovidertestinglookup.md)
- [NSFileProviderTestingModification](fileprovider/nsfileprovidertestingmodification.md)
- [NSFileProviderTestingOperation](fileprovider/nsfileprovidertestingoperation.md)
- [NSFileProviderUserInteractionSuppressing](fileprovider/nsfileprovideruserinteractionsuppressing.md)
- [NSFileProviderTestingOperationType](fileprovider/nsfileprovidertestingoperationtype.md)
- [com.apple.developer.fileprovider.testing-mode](bundleresources/entitlements/com.apple.developer.fileprovider.testing-mode.md)
