<?xml version="1.0" encoding="UTF-8"?>
<testng-results skipped="0" failed="1" total="1" passed="0">
  <reporter-output>
  </reporter-output>
  <suite name="net.creditlife.cbs20.verschiedenes.domain.services.impl.TestAdrkorWriterIntegrative" duration-ms="5455" started-at="2015-08-19T12:53:25Z" finished-at="2015-08-19T12:53:30Z">
    <groups>
    </groups>
    <test name="Command line test 77d9a56f-94a3-4b57-b0ba-8d29882a9d4b" duration-ms="5455" started-at="2015-08-19T12:53:25Z" finished-at="2015-08-19T12:53:30Z">
      <class name="net.creditlife.cbs20.verschiedenes.domain.services.impl.TestAdrkorWriterIntegrative">
        <test-method status="PASS" signature="setUp()[pri:0, instance:net.creditlife.cbs20.verschiedenes.domain.services.impl.TestAdrkorWriterIntegrative@4816ef71]" name="setUp" is-config="true" duration-ms="5362" started-at="2015-08-19T14:53:25Z" finished-at="2015-08-19T14:53:30Z">
          <reporter-output>
          </reporter-output>
        </test-method> <!-- setUp -->
        <test-method status="FAIL" signature="testStdFlow()[pri:0, instance:net.creditlife.cbs20.verschiedenes.domain.services.impl.TestAdrkorWriterIntegrative@4816ef71]" name="testStdFlow" duration-ms="46" started-at="2015-08-19T14:53:30Z" finished-at="2015-08-19T14:53:30Z">
          <exception class="org.jmock.api.ExpectationError">
            <message>
              <![CDATA[unexpected invocation]]>
            </message>
            <full-stacktrace>
              <![CDATA[unexpected invocation: sleeper.sleep(<1800000L>)
expectations:
  allowed, already invoked 1 time: iAttributesWriter.write(ANYTHING); throws <java.io.IOException: murks>, and then throws <java.io.IOException: kaputt>, and then Forward invocation to real service
  expected exactly 2 times, never invoked: sleeper.sleep(<30000000L>); returns a default value
what happened before this:
  iAttributesWriter.write(<[(CLVTST0CBS.ADRKOR, java.io.FileOutputStream@7d9ccb73, [[(KTO9OR,), (SENDOR,), (ADRMOR,), (VNAMOR,), (NAMEOR,name1439988810680), (STR0OR,), (PLZ0OR,), (ORTZOR,), (KDNVOR,)]])]>)

	at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:56)
	at org.jmock.Mockery.dispatch(Mockery.java:218)
	at org.jmock.Mockery.access$000(Mockery.java:43)
	at org.jmock.Mockery$MockObject.invoke(Mockery.java:258)
	at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27)
	at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38)
	at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33)
	at $Proxy6.sleep(Unknown Source)
	at org.springframework.retry.backoff.FixedBackOffPolicy.doBackOff(FixedBackOffPolicy.java:82)
	at org.springframework.retry.backoff.StatelessBackOffPolicy.backOff(StatelessBackOffPolicy.java:36)
	at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:280)
	at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:154)
	at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:101)
	at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
	at $Proxy28.write(Unknown Source)
	at net.creditlife.cbs20.verschiedenes.domain.services.impl.TestAdrkorWriterIntegrative.testStdFlow(TestAdrkorWriterIntegrative.java:113)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
	at org.testng.TestRunner.privateRun(TestRunner.java:767)
	at org.testng.TestRunner.run(TestRunner.java:617)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
	at org.testng.SuiteRunner.run(SuiteRunner.java:240)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
	at org.testng.TestNG.run(TestNG.java:1057)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:91)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:128)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:112)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
]]>
            </full-stacktrace>
          </exception> <!-- org.jmock.api.ExpectationError -->
          <reporter-output>
          </reporter-output>
        </test-method> <!-- testStdFlow -->
        <test-method status="PASS" signature="tearDown()[pri:0, instance:net.creditlife.cbs20.verschiedenes.domain.services.impl.TestAdrkorWriterIntegrative@4816ef71]" name="tearDown" is-config="true" duration-ms="1" started-at="2015-08-19T14:53:30Z" finished-at="2015-08-19T14:53:30Z">
          <reporter-output>
          </reporter-output>
        </test-method> <!-- tearDown -->
      </class> <!-- net.creditlife.cbs20.verschiedenes.domain.services.impl.TestAdrkorWriterIntegrative -->
    </test> <!-- Command line test 77d9a56f-94a3-4b57-b0ba-8d29882a9d4b -->
  </suite> <!-- net.creditlife.cbs20.verschiedenes.domain.services.impl.TestAdrkorWriterIntegrative -->
</testng-results>
