Home
last modified time | relevance | path

Searched refs:testOutput (Results 1 – 1 of 1) sorted by relevance

/ink/ink-geometry/src/jvmAndroidTest/kotlin/androidx/ink/geometry/
DVecTest.kt322 val testOutput = MutableVec() in divide_whenDividingByZero_throwsException() constant
325 Vec.divide(ImmutableVec(2f, 3f), 0f, testOutput) in divide_whenDividingByZero_throwsException()
327 assertFailsWith<IllegalArgumentException> { Vec.divide(MutableVec(0f, 0f), 0f, testOutput) } in divide_whenDividingByZero_throwsException()