Files
Android11/external/mockito/TEST_MAPPING
2023-10-13 14:01:41 +00:00

37 lines
912 B
Plaintext

{
"presubmit": [
{
"name": "CtsMockingTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
},
{
"name": "CtsInlineMockingTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
},
{
"name": "CtsMockingDebuggableTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
},
{
"name": "CtsExtendedMockingTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
}
]
}