Uses of Interface
org.jboss.weld.junit.MockBean.CreateFunction
-
-
Uses of MockBean.CreateFunction in org.jboss.weld.junit
Methods in org.jboss.weld.junit with parameters of type MockBean.CreateFunction Modifier and Type Method Description MockBean.Builder<T>MockBean.Builder. create(MockBean.CreateFunction<T> callback)Constructors in org.jboss.weld.junit with parameters of type MockBean.CreateFunction Constructor Description MockBean(Class<?> beanClass, Set<Class<? extends Annotation>> stereotypes, boolean alternative, boolean selectForSyntheticBeanArchive, String name, Set<Annotation> qualifiers, Set<Type> types, Class<? extends Annotation> scope, MockBean.CreateFunction<T> createCallback, MockBean.DestroyFunction<T> destroyCallback)
-