
org.mockito.matchers.FunctionMatchers.scala Maven / Gradle / Ivy
package org.mockito.matchers
private[mockito] trait FunctionMatchers {
def function0[T](value: T): () => T = ThatMatchers.argThat((f: () => T) => f() == value, s"() => $value")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy