xref: /aosp_15_r20/external/mockito/TEST_MAPPING (revision ceffa222020788e9b81e120db61d5f29c922f983)
1*ceffa222STreehugger Robot{
2*ceffa222STreehugger Robot    "presubmit": [
3*ceffa222STreehugger Robot        {
4*ceffa222STreehugger Robot            "name": "CtsMockingTestCases",
5*ceffa222STreehugger Robot            "options": [
6*ceffa222STreehugger Robot                {
7*ceffa222STreehugger Robot                    "exclude-annotation": "androidx.test.filters.LargeTest"
8*ceffa222STreehugger Robot                }
9*ceffa222STreehugger Robot            ]
10*ceffa222STreehugger Robot        },
11*ceffa222STreehugger Robot        {
12*ceffa222STreehugger Robot            "name": "CtsInlineMockingTestCases",
13*ceffa222STreehugger Robot            "options": [
14*ceffa222STreehugger Robot                {
15*ceffa222STreehugger Robot                    "exclude-annotation": "androidx.test.filters.LargeTest"
16*ceffa222STreehugger Robot                }
17*ceffa222STreehugger Robot            ]
18*ceffa222STreehugger Robot        },
19*ceffa222STreehugger Robot        {
20*ceffa222STreehugger Robot            "name": "CtsMockingDebuggableTestCases",
21*ceffa222STreehugger Robot            "options": [
22*ceffa222STreehugger Robot                {
23*ceffa222STreehugger Robot                    "exclude-annotation": "androidx.test.filters.LargeTest"
24*ceffa222STreehugger Robot                }
25*ceffa222STreehugger Robot            ]
26*ceffa222STreehugger Robot        },
27*ceffa222STreehugger Robot        {
28*ceffa222STreehugger Robot            "name": "CtsExtendedMockingTestCases",
29*ceffa222STreehugger Robot            "options": [
30*ceffa222STreehugger Robot                {
31*ceffa222STreehugger Robot                    "exclude-annotation": "androidx.test.filters.LargeTest"
32*ceffa222STreehugger Robot                }
33*ceffa222STreehugger Robot            ]
34*ceffa222STreehugger Robot        }
35*ceffa222STreehugger Robot    ]
36*ceffa222STreehugger Robot}
37