18
18
import static org .hamcrest .Matchers .hasKey ;
19
19
import static org .hamcrest .Matchers .hasSize ;
20
20
21
+ <<<<<<< HEAD
21
22
import java .util .ArrayList ;
22
23
import java .util .List ;
24
+ =======
25
+ >>>>>>> 5e7f 50d a0571fa2aab7d12e68375741437297f10
23
26
import java .util .Map ;
24
27
25
28
import org .junit .Before ;
26
29
import org .junit .Test ;
27
30
import org .openmrs .Patient ;
31
+ <<<<<<< HEAD
28
32
import org .openmrs .PatientIdentifier ;
29
33
import org .openmrs .Person ;
30
34
import org .openmrs .module .webservices .rest .web .RequestContext ;
31
35
import org .openmrs .module .webservices .rest .web .annotation .PropertyGetter ;
32
36
import org .openmrs .module .webservices .rest .web .annotation .PropertySetter ;
37
+ =======
38
+ import org .openmrs .Person ;
39
+ import org .openmrs .module .webservices .rest .web .RequestContext ;
40
+ >>>>>>> 5e7f 50d a0571fa2aab7d12e68375741437297f10
33
41
import org .openmrs .module .webservices .rest .web .resource .api .Resource ;
34
42
import org .openmrs .module .webservices .rest .web .resource .impl .DelegatingCrudResource ;
35
43
import org .openmrs .module .webservices .rest .web .resource .impl .DelegatingResourceDescription ;
@@ -158,6 +166,7 @@ public void discoverResourceProperties_shouldCombineGetDelegateTypeAndDiscoverAv
158
166
}
159
167
160
168
/**
169
+ <<<<<<< HEAD
161
170
* @see SchemaIntrospectionServiceImpl#discoverResourceProperties(Resource)
162
171
*/
163
172
@ Test
@@ -181,6 +190,8 @@ public void discoverResourceProperties_shouldIncludePropertiesFromAnnotations()
181
190
}
182
191
183
192
/**
193
+ =======
194
+ >>>>>>> 5e7f50da0571fa2aab7d12e68375741437297f10
184
195
* Mock DelegatingCrudResource for testing
185
196
*/
186
197
private class TestPatientResource extends DelegatingCrudResource <Patient > {
@@ -216,6 +227,7 @@ public void delete(Patient delegate, String reason, RequestContext context) thro
216
227
}
217
228
218
229
/**
230
+ <<<<<<< HEAD
219
231
* Mock DelegatingCrudResource for testing PropertyGetter and PropertySetter annotations
220
232
*/
221
233
private class TestPatientResourceWithAnnotations extends DelegatingCrudResource <Patient > {
@@ -268,6 +280,8 @@ public void delete(Patient delegate, String reason, RequestContext context) thro
268
280
}
269
281
270
282
/**
283
+ =======
284
+ >>>>>>> 5e7f50da0571fa2aab7d12e68375741437297f10
271
285
* Mock DelegatingSubResource for testing
272
286
*/
273
287
private class TestPatientSubResource extends DelegatingSubResource <Patient , Person , TestPersonResource > {
0 commit comments