Searched refs:assertMonotonic (Results 1 – 1 of 1) sorted by relevance
257 assertMonotonic(curve.first, true /*strictly increasing*/, "lux"); in testGetDefaultCurve()258 assertMonotonic(curve.second, false /*strictly increasing*/, "nits"); in testGetDefaultCurve()443 private static void assertMonotonic(float[] values, boolean strictlyIncreasing, String name) { in assertMonotonic() method in BrightnessTest