Guest User

Untitled

a guest
Apr 26th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. private static final String[] SPRING_APPLICATION_CONTEXT = new String[] {
  2. "WebContent/WEB-INF/spring/application-configuration.spring.xml"};
  3.  
  4. protected void setUp() throws Exception {
  5. super.setUp();
  6. // Création de la BeanFactory
  7. beanFactory = new FileSystemXmlApplicationContext(SPRING_APPLICATION_CONTEXT);
  8. }
Add Comment
Please, Sign In to add comment