---
title: default
framework: xctest
role: symbol
role_heading: Type Property
path: xctest/xctestsuite/default
---

# default

Creates a suite of test suites that represents all test case methods in the current runtime.

## Declaration

```swift
class var `default`: XCTestSuite { get }
```

## See Also

### Creating Test Suites

- [init(name:)](xctest/xctestsuite/init(name:).md)
- [init(forBundlePath:)](xctest/xctestsuite/init(forbundlepath:).md)
- [init(forTestCaseClass:)](xctest/xctestsuite/init(fortestcaseclass:).md)
- [init(forTestCaseWithName:)](xctest/xctestsuite/init(fortestcasewithname:).md)
