---
title: fulfilledExpectations
framework: xctest
role: symbol
role_heading: Instance Property
path: xctest/xctwaiter/fulfilledexpectations
---

# fulfilledExpectations

An array of expectations that were fulfilled, in order, up until the waiter stopped waiting.

## Declaration

```swift
var fulfilledExpectations: [XCTestExpectation] { get }
```

## Discussion

Discussion The array will be empty until the waiter has started waiting, even if expectations have already been fulfilled. Expectations fulfilled after the waiter stops waiting will not be in the array.

## See Also

### Responding to Expectation Fulfilment

- [delegate](xctest/xctwaiter/delegate.md)
- [XCTWaiterDelegate](xctest/xctwaiterdelegate.md)
