Index

C E M N R S V 
All Classes and Interfaces|All Packages

C

classes() - Element in annotation interface com.ninjasquad.springmockk.MockkBean
The classes to mock.
classes() - Element in annotation interface com.ninjasquad.springmockk.SpykBean
The classes to spy.
clear() - Element in annotation interface com.ninjasquad.springmockk.MockkBean
The clear mode to apply to the mock bean.
clear() - Element in annotation interface com.ninjasquad.springmockk.SpykBean
The reset mode to apply to the spied bean.
com.ninjasquad.springmockk - package com.ninjasquad.springmockk
 

E

extraInterfaces() - Element in annotation interface com.ninjasquad.springmockk.MockkBean
Any extra interfaces that should also be declared on the mock.

M

MockkBean - Annotation Interface in com.ninjasquad.springmockk
Annotation that can be used to add MockK mocks to a Spring ApplicationContext.
MockkBeans - Annotation Interface in com.ninjasquad.springmockk
Container annotation that aggregates several MockkBean annotations.

N

name() - Element in annotation interface com.ninjasquad.springmockk.MockkBean
The name of the bean to register or replace.
name() - Element in annotation interface com.ninjasquad.springmockk.SpykBean
The name of the bean to spy.

R

relaxed() - Element in annotation interface com.ninjasquad.springmockk.MockkBean
Specifies if the created mock will be relaxed or not
relaxUnitFun() - Element in annotation interface com.ninjasquad.springmockk.MockkBean
Specifies if the created mock will have relaxed Unit-returning functions

S

SpykBean - Annotation Interface in com.ninjasquad.springmockk
Annotation that can be used to apply MockK spies to a Spring ApplicationContext.
SpykBeans - Annotation Interface in com.ninjasquad.springmockk
Container annotation that aggregates several SpykBean annotations.

V

value() - Element in annotation interface com.ninjasquad.springmockk.MockkBean
The classes to mock.
value() - Element in annotation interface com.ninjasquad.springmockk.MockkBeans
Return the contained MockkBean annotations.
value() - Element in annotation interface com.ninjasquad.springmockk.SpykBean
The classes to spy.
value() - Element in annotation interface com.ninjasquad.springmockk.SpykBeans
Return the contained SpykBean annotations.
C E M N R S V 
All Classes and Interfaces|All Packages