---
title: MTRClusterTestCluster
framework: matter
role: symbol
role_heading: Class
path: matter/mtrclustertestcluster
---

# MTRClusterTestCluster

## Declaration

```swift
class MTRClusterTestCluster
```

## Topics

### Initializers

- [init(device:endpoint:queue:)](matter/mtrclustertestcluster/init(device:endpoint:queue:).md)

### Instance Methods

- [simpleStructEchoRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/simplestructechorequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [test(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/test(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [test(withExpectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/test(withexpectedvalues:expectedvalueinterval:completionhandler:).md)
- [testAddArguments(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testaddarguments(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testComplexNullableOptionalRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testcomplexnullableoptionalrequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testEmitTestEventRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testemittesteventrequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testEmitTestFabricScopedEventRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testemittestfabricscopedeventrequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testEnumsRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testenumsrequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testListInt8UArgumentRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testlistint8uargumentrequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testListInt8UReverseRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testlistint8ureverserequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testListNestedStructListArgumentRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testlistnestedstructlistargumentrequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testListStructArgumentRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testliststructargumentrequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testNestedStructArgumentRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testnestedstructargumentrequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testNestedStructListArgumentRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testnestedstructlistargumentrequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testNotHandled(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testnothandled(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testNotHandled(withExpectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testnothandled(withexpectedvalues:expectedvalueinterval:completionhandler:).md)
- [testNullableOptionalRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testnullableoptionalrequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testNullableOptionalRequest(withExpectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testnullableoptionalrequest(withexpectedvalues:expectedvalueinterval:completionhandler:).md)
- [testSimpleArgumentRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testsimpleargumentrequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testSimpleOptionalArgumentRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testsimpleoptionalargumentrequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testSimpleOptionalArgumentRequest(withExpectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testsimpleoptionalargumentrequest(withexpectedvalues:expectedvalueinterval:completionhandler:).md)
- [testSpecific(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testspecific(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testSpecific(withExpectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testspecific(withexpectedvalues:expectedvalueinterval:completionhandler:).md)
- [testStructArgumentRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/teststructargumentrequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testStructArrayArgumentRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/teststructarrayargumentrequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testUnknownCommand(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testunknowncommand(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [testUnknownCommand(withExpectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/testunknowncommand(withexpectedvalues:expectedvalueinterval:completionhandler:).md)
- [timedInvokeRequest(with:expectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/timedinvokerequest(with:expectedvalues:expectedvalueinterval:completionhandler:).md)
- [timedInvokeRequest(withExpectedValues:expectedValueInterval:completionHandler:)](matter/mtrclustertestcluster/timedinvokerequest(withexpectedvalues:expectedvalueinterval:completionhandler:).md)

## Relationships

### Inherits From

- [MTRClusterUnitTesting](matter/mtrclusterunittesting.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
