Searched refs:expectRawPropertyValues (Results 1 – 1 of 1) sorted by relevance
523 RawPropValues expectRawPropertyValues = new RawPropValues(); in testParseDefaultValueFloat() local524 expectRawPropertyValues.floatValues = new float[]{2.3f, 49.0f}; in testParseDefaultValueFloat()525 assertThat(rawPropValues).isEqualTo(expectRawPropertyValues); in testParseDefaultValueFloat()533 RawPropValues expectRawPropertyValues = new RawPropValues(); in testParseDefaultValueIntValuesString() local534 expectRawPropertyValues.int32Values = new int[]{VehicleSeatOccupancyState.VACANT}; in testParseDefaultValueIntValuesString()539 assertThat(rawPropValues).isEqualTo(expectRawPropertyValues); in testParseDefaultValueIntValuesString()