Index: vhUnitTest/AX/Uitgaand/VKP/CustomerCodexRelation/impl/CustomerCodexRelationDixfConverter/Test.cls.xml =================================================================== diff -u -r46131 -r46138 --- vhUnitTest/AX/Uitgaand/VKP/CustomerCodexRelation/impl/CustomerCodexRelationDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 46131) +++ vhUnitTest/AX/Uitgaand/VKP/CustomerCodexRelation/impl/CustomerCodexRelationDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 46138) @@ -25,7 +25,9 @@ #dim Record As %Integer = 1 Do KlantMock.IndienMethodCall("GeefCode").DanReturn("Dummycode1234") - Do KlantMock.VerwachtMethodCall("GeefPrijsCodexStandaard").DanDoeNiks() + Do KlantMock.VerwachtMethodCall("GeefPrijsCodexStandaard").ExactAantalKeer(1) + Do KlantMock.VerwachtMethodCall("GeefPrijsCodexOrgalux").ExactAantalKeer(0) + Do KlantMock.VerwachtMethodCall("GeefPrijsCodexTAOR").ExactAantalKeer(0) #dim AxCustomerCodexRelation As AXdixf.CustomerCodexRelation.CustomerCodexRelation = Converter.Convert(KlantMock,Record) @@ -40,7 +42,9 @@ #dim Record As %Integer = 2 Do KlantMock.IndienMethodCall("GeefCode").DanReturn("Dummycode1234") - Do KlantMock.VerwachtMethodCall("GeefPrijsCodexStandaard").DanDoeNiks() + Do KlantMock.VerwachtMethodCall("GeefPrijsCodexStandaard").ExactAantalKeer(1) + Do KlantMock.VerwachtMethodCall("GeefPrijsCodexOrgalux").ExactAantalKeer(0) + Do KlantMock.VerwachtMethodCall("GeefPrijsCodexTAOR").ExactAantalKeer(0) #dim AxCustomerCodexRelation As AXdixf.CustomerCodexRelation.CustomerCodexRelation = Converter.Convert(KlantMock,Record) @@ -55,7 +59,9 @@ #dim Record As %Integer = 3 Do KlantMock.IndienMethodCall("GeefCode").DanReturn("Dummycode1234") - Do KlantMock.VerwachtMethodCall("GeefPrijsCodexOrgalux").DanDoeNiks() + Do KlantMock.VerwachtMethodCall("GeefPrijsCodexStandaard").ExactAantalKeer(0) + Do KlantMock.VerwachtMethodCall("GeefPrijsCodexOrgalux").ExactAantalKeer(1) + Do KlantMock.VerwachtMethodCall("GeefPrijsCodexTAOR").ExactAantalKeer(0) #dim AxCustomerCodexRelation As AXdixf.CustomerCodexRelation.CustomerCodexRelation = Converter.Convert(KlantMock,Record) @@ -70,7 +76,9 @@ #dim Record As %Integer = 4 Do KlantMock.IndienMethodCall("GeefCode").DanReturn("Dummycode1234") - Do KlantMock.VerwachtMethodCall("GeefPrijsCodexTAOR").DanDoeNiks() + Do KlantMock.VerwachtMethodCall("GeefPrijsCodexStandaard").ExactAantalKeer(0) + Do KlantMock.VerwachtMethodCall("GeefPrijsCodexOrgalux").ExactAantalKeer(0) + Do KlantMock.VerwachtMethodCall("GeefPrijsCodexTAOR").ExactAantalKeer(1) #dim AxCustomerCodexRelation As AXdixf.CustomerCodexRelation.CustomerCodexRelation = Converter.Convert(KlantMock,Record)