---
title: Subject
framework: evaluations
role: symbol
role_heading: Associated Type
path: evaluations/evaluation/subject
---

# Subject

The type of the subject produced by the system under test.

## Declaration

```swift
associatedtype Subject : EvaluationSubject
```

## See Also

### Testing an intelligent feature

- [subject(from:)](evaluations/evaluation/subject(from:).md)
- [EvaluationSubject](evaluations/evaluationsubject.md)
- [ModelSubject](evaluations/modelsubject.md)
- [name](evaluations/evaluation/name.md)
