---
title: options
framework: xctest
role: symbol
role_heading: Instance Property
path: xctest/xctkeypathexpectation/options
---

# options

A combination of values that specify what to include in observation notifications.

## Declaration

```swift
final let options: NSKeyValueObservingOptions
```

## Discussion

Discussion For possible values, see NSKeyValueObservingOptions.

## See Also

### Expectation properties

- [keyPath](xctest/xctkeypathexpectation/keypath.md)
- [observedObject](xctest/xctkeypathexpectation/observedobject.md)
- [expectedValue](xctest/xctkeypathexpectation/expectedvalue.md)
