Data structures for mapitest. More...
Data Structures | |
struct | mapitest |
The context structure for a mapitest run. More... | |
struct | mapitest_module |
struct | mapitest_stat |
mapitest statistics More... | |
struct | mapitest_suite |
A list of test suites. More... | |
struct | mapitest_test |
A list of mapitest tests. More... | |
struct | mapitest_unit |
List of test names. More... | |
struct | mt_common_tf_ctx |
Context for mapitest test folder. More... | |
Enumerations | |
enum | TestApplicabilityFlags { ApplicableToAllVersions = 0, NotInExchange2010 = 0x1, NotInExchange2010SP0 = 0x2, ExpectedFail = 0x8000, LastTestApplicabilityFlag = 0xFFFF } |
Flags for changing test applicability. More... | |
enum | TestResult { Pass, Fail, UnexpectedPass, ExpectedFailure } |
List of possible test results. More... | |
Data structures for mapitest.
Flags for changing test applicability.
If you add values here, you also need to add a matching description to applicabilityFlagsDescription and suitable logic to mapitest_suite_test_is_applicable().
enum TestResult |
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |