---
title: AppMigrationTester.AppImportController
framework: appmigrationkit
role: symbol
role_heading: Class
path: appmigrationkit/appmigrationtester/appimportcontroller
---

# AppMigrationTester.AppImportController

A class you use to test your extension’s import code.

## Declaration

```swift
final class AppImportController
```

## Overview

Overview Use the importController property to obtain an instance of this class, then use its methods to call the import-related code of your app migration extension.

## Topics

### Testing resource import

- [importResources(from:importRequest:progress:)](appmigrationkit/appmigrationtester/appimportcontroller/importresources(from:importrequest:progress:).md)

### Completing an import

- [registerImportCompletion(with:)](appmigrationkit/appmigrationtester/appimportcontroller/registerimportcompletion(with:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Testing import

- [importController](appmigrationkit/appmigrationtester/importcontroller.md)
