Files
spring-batch/spring-batch-test/build/test-results/test/TEST-org.springframework.batch.test.SampleStepTests.xml
Michael Minella 75ab909314 update
2017-03-23 10:18:33 -05:00

20 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="org.springframework.batch.test.SampleStepTests" tests="1" skipped="0" failures="0" errors="0" timestamp="2017-03-23T15:06:54" hostname="Michaels-MacBook-Pro-3.local" time="0.021">
<properties/>
<testcase name="testTasklet" classname="org.springframework.batch.test.SampleStepTests" time="0.021"/>
<system-out><![CDATA[10:06:54,031 INFO Test worker support.DefaultTestContextBootstrapper - 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]
10:06:54,032 INFO Test worker support.DefaultTestContextBootstrapper - 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: [javax/servlet/ServletContext]
10:06:54,032 INFO Test worker support.DefaultTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5a5b9d54, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@8a9514f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@49770580, org.springframework.test.context.transaction.TransactionalTestExecutionListener@55acbd28, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@539b3bf4]
10:06:54,033 INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [simple-job-launcher-context.xml]
10:06:54,049 INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [data-source-context.xml]
10:06:54,065 INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [jobs/sample-steps.xml]
10:06:54,087 INFO Test worker support.GenericApplicationContext - Refreshing org.springframework.context.support.GenericApplicationContext@11fa2be1: startup date [Thu Mar 23 10:06:54 CDT 2017]; root of context hierarchy
10:06:54,138 INFO Test worker annotation.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
10:06:54,189 INFO Test worker support.SimpleJobLauncher - No TaskExecutor has been set, defaulting to synchronous executor.
10:06:54,239 INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{timestamp=1490281614235}]
10:06:54,245 INFO Test worker job.SimpleStepHandler - Executing step: [s2]
10:06:54,254 INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{timestamp=1490281614235}] and the following status: [COMPLETED]
]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>