use of com.agiletec.ConfigTestUtils in project entando-core by entando.
the class UserProfileManagerTest method setUp.
@Before
public void setUp() throws Exception {
MockServletContext servletContext = new MockServletContext("", new FileSystemResourceLoader());
new ConfigTestUtils().createApplicationContext(servletContext);
MockitoAnnotations.initMocks(this);
this.userProfileManager.setEntityClassName(className);
this.userProfileManager.setConfigItemName(configItemName);
this.userProfileManager.setBeanName(this.beanName);
}
Aggregations