Searched refs:getConfigArray (Results 1 – 9 of 9) sorted by relevance
103 availableUnitsId = configs.get(0).getConfigArray(); in getUnitsSupportedByProperty()
194 assertThat(cfg.getConfigArray()).containsExactlyElementsIn(CONFIG_ARRAY_1) in testMixedPropertyConfigs()198 assertThat(cfg.getConfigArray()).containsExactlyElementsIn(CONFIG_ARRAY_2) in testMixedPropertyConfigs()202 assertThat(cfg.getConfigArray()).containsExactlyElementsIn(CONFIG_ARRAY_3) in testMixedPropertyConfigs()
198 assertThat(configRead.getConfigArray()).containsExactlyElementsIn(configArray).inOrder(); in testWriteReadMixedType()
509 b = createWheelDistanceTickBundle(p.getConfigArray()); in getSensorConfig()
164 public List<Integer> getConfigArray() { in getConfigArray() method in CarPropertyConfig
373 return p.getConfigArray(); in getSupportedGears()
249 assertArrayEquals(configArrayExpected.toArray(), cfg.getConfigArray().toArray()); in testMixedTypeProperty()
291 List<Integer> configArray = propertyConfig.getConfigArray(); in formSummary()
438 method @NonNull public java.util.List<java.lang.Integer> getConfigArray();