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

Package com.episode6.hackit.mockspresso.annotation

Annotations

Dependency

class Dependency

Annotation that represents a dependency to be added to mockspresso's dependency map. Applies to non-null (usually final) fields.

RealObject

class RealObject

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

Unmapped

class Unmapped

Field annotation for mocks and @RealObjects that tells mockspresso NOT to map the value contained therein.