![JAR search and dependency download from the Maven repository](/logo.png)
jvmTest.plot.builder.interact.mockito.Mockito4K.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plot-builder-portable Show documentation
Show all versions of plot-builder-portable Show documentation
The Let-Plot Kotlin API depends on this artifact.
The newest version!
/*
* Copyright (c) 2019. JetBrains s.r.o.
* Use of this source code is governed by the MIT license that can be found in the LICENSE file.
*/
package jetbrains.datalore.plot.builder.interact.mockito
import org.mockito.Mockito
fun eq(value: T): T {
Mockito.eq(value)
return uninitialized()
}
@Suppress("UNCHECKED_CAST")
private fun uninitialized() = null as T
© 2015 - 2025 Weber Informatics LLC | Privacy Policy