Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. 19:12:59.187 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class my.vaadin.AppApplicationTests]
  2. 19:12:59.196 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
  3. 19:12:59.203 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
  4. 19:12:59.220 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [my.vaadin.AppApplicationTests] from class [org.springframework.test.context.web.WebTestContextBootstrapper]
  5. 19:12:59.245 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@7cd62f43 declaringClass = 'my.vaadin.AppApplicationTests', classes = '{class my.vaadin.AppApplication}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader']
  6. 19:12:59.255 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [my.vaadin.AppApplicationTests]: class path resource [my/vaadin/AppApplicationTests-context.xml] does not exist
  7. 19:12:59.255 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [my.vaadin.AppApplicationTests]: class path resource [my/vaadin/AppApplicationTestsContext.groovy] does not exist
  8. 19:12:59.256 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [my.vaadin.AppApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
  9. 19:12:59.258 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [my.vaadin.AppApplicationTests]
  10. 19:12:59.263 [main] DEBUG org.springframework.test.context.web.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [my.vaadin.AppApplicationTests]: using defaults.
  11. 19:12:59.271 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
  12. 19:12:59.282 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [org/springframework/web/context/request/RequestAttributes]
  13. 19:12:59.292 [main] INFO org.springframework.test.context.web.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4973813a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6321e813, org.springframework.test.context.support.DirtiesContextTestExecutionListener@79be0360, org.springframework.test.context.transaction.TransactionalTestExecutionListener@22a67b4, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@57855c9a]
  14. 19:12:59.295 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [my.vaadin.AppApplicationTests]
  15. 19:12:59.295 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [my.vaadin.AppApplicationTests]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement