mockspresso-core / com.episode6.hackit.mockspresso.exception

Package com.episode6.hackit.mockspresso.exception

Exceptions

CircularDependencyError

open class CircularDependencyError : VerifyError

Error thrown when trying to declare multiple @RealObjects that create a circular dependency.

NoValidConstructorException

open class NoValidConstructorException : VerifyError

Exception thrown when trying to create a real object that has no constructor.

RepeatedDependencyDefinedException

open class RepeatedDependencyDefinedException : VerifyError

Exception thrown when trying multiple fields/objects are bound to the same DependencyKey in a single Mockspresso instance.