Index: vhUnitTest/AXimpl/AifMessage/EventHandler/CustomerUpdaterPart2/Test.cls.xml =================================================================== diff -u -r42130 -r42235 --- vhUnitTest/AXimpl/AifMessage/EventHandler/CustomerUpdaterPart2/Test.cls.xml (.../Test.cls.xml) (revision 42130) +++ vhUnitTest/AXimpl/AifMessage/EventHandler/CustomerUpdaterPart2/Test.cls.xml (.../Test.cls.xml) (revision 42235) @@ -20,7 +20,7 @@ Set GeneratorMock = ##class(vhTest.Mock.AXimpl.Generator).%New() Do GeneratorMock.VerwachtMethodCall("Generate",..Matches.DataTransferObject(##class(AXimpl.Request).%New("Customer/Create","K||1234"))).ExactAantalKeer(1) - Set UpdaterPart2 = ##class(AXimpl.AifMessage.EventHandler.CustomerUpdaterPart2).%New(MessageRepository, GeneratorMock) + Set UpdaterPart2 = ##class(AXimpl.Dynamics.CustomerUpsertOut.EventHandler.CustomerUpdaterPart2).%New(MessageRepository, GeneratorMock) Do UpdaterPart2.Verwerk(Envelope) Do MessageRepository.Verifieer() @@ -44,7 +44,7 @@ Set GeneratorMock = ##class(vhTest.Mock.AXimpl.Generator).%New() Do GeneratorMock.VerwachtMethodCall("Generate",$$$ElkeWaarde).ExactAantalKeer(0) - Set UpdaterPart2 = ##class(AXimpl.AifMessage.EventHandler.CustomerUpdaterPart2).%New(MessageRepositoryStub, GeneratorMock) + Set UpdaterPart2 = ##class(AXimpl.Dynamics.CustomerUpsertOut.EventHandler.CustomerUpdaterPart2).%New(MessageRepositoryStub, GeneratorMock) Do UpdaterPart2.Verwerk(Envelope) Do GeneratorMock.Verifieer() @@ -69,7 +69,7 @@ Set GeneratorMock = ##class(vhTest.Mock.AXimpl.Generator).%New() Do GeneratorMock.VerwachtMethodCall("Generate",..Matches.DataTransferObject(Request)).ExactAantalKeer(1) - Set UpdaterPart2 = ##class(AXimpl.AifMessage.EventHandler.CustomerUpdaterPart2).%New(MessageRepositoryStub, GeneratorMock) + Set UpdaterPart2 = ##class(AXimpl.Dynamics.CustomerUpsertOut.EventHandler.CustomerUpdaterPart2).%New(MessageRepositoryStub, GeneratorMock) Do UpdaterPart2.Verwerk(Envelope) Do GeneratorMock.Verifieer() @@ -95,7 +95,7 @@ Do GeneratorMock.VerwachtMethodCall("Generate",$$$ElkeWaarde).ExactAantalKeer(0) try { - Set UpdaterPart2 = ##class(AXimpl.AifMessage.EventHandler.CustomerUpdaterPart2).%New(MessageRepository, GeneratorMock) + Set UpdaterPart2 = ##class(AXimpl.Dynamics.CustomerUpsertOut.EventHandler.CustomerUpdaterPart2).%New(MessageRepository, GeneratorMock) Do UpdaterPart2.Verwerk(Envelope) Do ..Fail("Er was een exceptie verwacht") } catch {