MockMany4

interface MockMany4<T1 : Any, T2 : Any, T3 : Any, T4 : Any> : MockMany3<T1, T2, T3>

Marker interface for mock of T1, T2, T3 and T4.

Inheritors

Properties

Link copied to clipboard
val <T1 : Any> MockMany2<T1, *>.t1: T1

Casts this as T1.

Link copied to clipboard
val <T2 : Any> MockMany2<*, T2>.t2: T2

Casts this as T2.

Link copied to clipboard
val <T3 : Any> MockMany3<*, *, T3>.t3: T3

Casts this as T3.

Link copied to clipboard
val <T4 : Any> MockMany4<*, *, *, T4>.t4: T4

Casts this as T4.