Android.Test 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.
A framework for writing Android test cases and suites.
Classes
AssertionFailedError |
Thrown when an assertion failed. |
ComparisonFailure |
Thrown when an assert equals for Strings failed. |
FlakyTest |
This annotation can be used on an |
FlakyTestAttribute | |
InstrumentationTestRunner |
An |
IsolatedContext |
A mock context which prevents its users from talking to the rest of the device while stubbing enough methods to satify code that tries to talk to other packages. |
MoreAsserts |
Contains additional assertion methods not found in JUnit. |
RenamingDelegatingContext |
This is a class which delegates to the given context, but performs database and file operations with a renamed database/file name (prefixes default names with a given prefix). |
TouchUtils |
Reusable methods for generating touch events. |
UiThreadTest |
This annotation can be used on an |
UiThreadTestAttribute | |
ViewAsserts |
Some useful assertions about views. |
Interfaces
IFlakyTest |
This annotation can be used on an |
IPerformanceTestCase |
More complex interface performance for test cases. |
IPerformanceTestCaseIntermediates |
Callbacks for |
IUiThreadTest |
This annotation can be used on an |
Enums
TestResult |
Enumerates values returned by several methods of TestResult. |