Android.Test.Suitebuilder.Annotation Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
LargeTest |
Marks a test that should run as part of the large tests. |
LargeTestAttribute | |
MediumTest |
Marks a test that should run as part of the medium tests. |
MediumTestAttribute | |
SmallTest |
Marks a test that should run as part of the small tests. |
SmallTestAttribute | |
Smoke |
Marks a test that should run as part of the smoke tests. |
SmokeAttribute | |
Suppress |
Use this annotation on test classes or test methods that should not be included in a test suite. |
SuppressAttribute |
Interfaces
ILargeTest |
Marks a test that should run as part of the large tests. |
IMediumTest |
Marks a test that should run as part of the medium tests. |
ISmallTest |
Marks a test that should run as part of the small tests. |
ISmoke |
Marks a test that should run as part of the smoke tests. |
ISuppress |
Use this annotation on test classes or test methods that should not be included in a test suite. |