All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmTest.plot.builder.interact.mockito.Mockito4K.kt Maven / Gradle / Ivy

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