danielgomezrico
fun <T> any(): T { Mockito.any<T>() return uninitialized() } fun <T> uninitialized(): T = null as T