| Interface | Description |
|---|---|
| ApiTest |
Used to mark that the test is testing a public API
|
| BackwardCompatibilityTest |
Used to mark that the test is relevant for backward compatibility
|
| BackwardsCompatibilityIgnore |
Tests marked with this are not designed to work on a backwards-compatibility setup
|
| ContentTest |
Used to mark that the test is testing content structures
|
| FlakyTest |
Used to mark a test as unstable.
|
| SecurityPermissionsTest |
Used to mark that the test is testing permissions
|
| SecurityTest |
Used to mark that the test is relevant irw security
|
| ZeroDowntimeIgnore |
Tests marked with this are not designed to work on 0DT setups
|
Copyright © 2018. All rights reserved.