Searched refs:doesAnnotationMapContainsAllProps (Results 1 – 2 of 2) sorted by relevance
31 bool doesAnnotationMapContainsAllProps(std::unordered_map<VehicleProperty, T> annotationMap) { in doesAnnotationMapContainsAllProps() function47 ASSERT_TRUE(doesAnnotationMapContainsAllProps(ChangeModeForVehicleProperty)) in TEST()53 ASSERT_TRUE(doesAnnotationMapContainsAllProps(AccessForVehicleProperty)) in TEST()
20 private boolean doesAnnotationMapContainsAllProps(Map<Integer, Integer> annotationMap) { in doesAnnotationMapContainsAllProps() method in VehiclePropertyAnnotationJavaTest48 .that(doesAnnotationMapContainsAllProps(ChangeModeForVehicleProperty.values)) in testChangeMode()57 .that(doesAnnotationMapContainsAllProps(AccessForVehicleProperty.values)) in testAccess()