Package-level declarations
Types
Creates a mock implementation for given type.
Creates a spy implementation for given type.
Properties
Sets default MockMode for currently configured MockFactory.
Functions
Creates a mock of given T and applies the block or returns null if T is not supported by this factory.
Returns a MockFactory that is able to create mocks of given classes.
Returns a MockFactory that is able to create mocks of given classes. Every mock created by the returned factory is a child of given MokkerySuiteScope.
Returns a MockFactory that combines this factory with other.
Returns a SpyFactory that combines this factory with other.
Returns a SpyFactory that is able to create spies of given classes.
Returns a SpyFactory that is able to create spies of given classes. Every spy created by the returned factory is a child of given MokkerySuiteScope.