Class JGivenBeanFactoryPostProcessor
- java.lang.Object
-
- com.tngtech.jgiven.integration.spring.JGivenBeanFactoryPostProcessor
-
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor
public class JGivenBeanFactoryPostProcessor extends java.lang.Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
-
-
Constructor Summary
Constructors Constructor Description JGivenBeanFactoryPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
-
-
Method Detail
-
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
- Specified by:
postProcessBeanFactory
in interfaceorg.springframework.beans.factory.config.BeanFactoryPostProcessor
- Throws:
org.springframework.beans.BeansException
-
-