---
title: notificationName
framework: xctest
role: symbol
role_heading: Instance Property
path: xctest/xctnsnotificationexpectation/notificationname
---

# notificationName

The name of the notification that the expectation is waiting for.

## Declaration

```swift
var notificationName: NSNotification.Name { get }
```

## See Also

### Expectation Properties

- [observedObject](xctest/xctnsnotificationexpectation/observedobject.md)
- [notificationCenter](xctest/xctnsnotificationexpectation/notificationcenter.md)
