All Types

com.episode6.hackit.mockspresso.quick.BuildQuickMockspresso

Entry-point to create new instances of QuickMockspresso.Builder

com.episode6.hackit.mockspresso.quick.exception.MissingDependencyError

Error thrown when a mockspresso plugin or feature is activated for which the project doesn't contain the underlying dependency for. I.e. building a Mockspresso instance with mocker().easyMock() without declaring a dependency on 'org.easymock:easymock'. This exception will usually wrap an underlying NoClassDefFoundError

com.episode6.hackit.mockspresso.quick.QuickMockspresso

A mockspresso extension for bootstrapping / general use