Advertisement
Guest User

Untitled

a guest
Feb 5th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.81 KB | None | 0 0
  1. 17:43:21.885 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class functionality.Functionality]
  2. 17:43:21.885 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
  3. 17:43:21.885 [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. 17:43:21.901 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [functionality.Functionality] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
  5. 17:43:21.917 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [functionality.Functionality], using SpringBootContextLoader
  6. 17:43:21.917 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [functionality.Functionality]: class path resource [functionality/Functionality-context.xml] does not exist
  7. 17:43:21.917 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [functionality.Functionality]: class path resource [functionality/FunctionalityContext.groovy] does not exist
  8. 17:43:21.917 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [functionality.Functionality]: no resource found for suffixes {-context.xml, Context.groovy}.
  9. 17:43:21.932 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [functionality.Functionality]: Functionality does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
  10. 17:43:21.985 [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 [functionality.Functionality]
  11. 17:43:22.001 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
  12. 17:43:22.001 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
  13. 17:43:22.001 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
  14. 17:43:22.001 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved classpath location [functionality/] to resources [URL [file:/C:/Users/Michal/git/Feeder/target/classes/functionality/]]
  15. 17:43:22.001 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Looking for matching resources in directory tree [C:\Users\Michal\git\Feeder\target\classes\functionality]
  16. 17:43:22.001 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Searching directory [C:\Users\Michal\git\Feeder\target\classes\functionality] for files matching pattern [C:/Users/Michal/git/Feeder/target/classes/functionality/*.class]
  17. 17:43:22.001 [main] DEBUG org.springframework.core.io.support.PathMatchingResourcePatternResolver - Resolved location pattern [classpath*:functionality/*.class] to resources [file [C:\Users\Michal\git\Feeder\target\classes\functionality\Functionality.class]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement