mockspresso-api / com.episode6.hackit.mockspresso.annotation / RealObject

RealObject

@Target([AnnotationTarget.FIELD]) class RealObject

Annotation that represents a real object used in a test (as opposed to a mock)

Constructors

<init>

RealObject(implementation: KClass<*>)

Annotation that represents a real object used in a test (as opposed to a mock)

Properties

implementation

val implementation: KClass<*>