Searched refs:testOutput (Results 1 – 1 of 1) sorted by relevance
322 val testOutput = MutableVec() in divide_whenDividingByZero_throwsException() constant325 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()