Index: vhUnitTest/WS/EC/Unishop/InternationaleZending/impl/ZendingDetails/Test.cls.xml
===================================================================
diff -u -r37061 -r37064
--- vhUnitTest/WS/EC/Unishop/InternationaleZending/impl/ZendingDetails/Test.cls.xml (.../Test.cls.xml) (revision 37061)
+++ vhUnitTest/WS/EC/Unishop/InternationaleZending/impl/ZendingDetails/Test.cls.xml (.../Test.cls.xml) (revision 37064)
@@ -79,6 +79,27 @@
]]>
+
+
+
+
+
+
+vhUnitTest.TestCase
+
+
+
+
+
+
+
+
Index: vhTest/Fake/WS/EC/Unishop/InternationaleZending/TransportFirmaBepaler.cls.xml
===================================================================
diff -u
--- vhTest/Fake/WS/EC/Unishop/InternationaleZending/TransportFirmaBepaler.cls.xml (revision 0)
+++ vhTest/Fake/WS/EC/Unishop/InternationaleZending/TransportFirmaBepaler.cls.xml (revision 37064)
@@ -0,0 +1,18 @@
+
+
+
+
+Deze klasse werd automatisch gegenereerd en onderhouden, nieuwe methodes worden automatisch bijgevoegd, bestaande blijven zoals ze zijn.
+Een hercompilatie van de basis interface - met een correct werkende studiohook ( v2.20 ++ ) - zorgt ervoor dat deze klasse aangepast wordt
+1
+WS.EC.Unishop.InternationaleZending.TransportFirmaBepaler
+
+
+TECH.ListIterator
+
+
+
+
+
+
Index: WS/EC/Unishop/InternationaleZending/TransportFirmaBepaler.cls.xml
===================================================================
diff -u
--- WS/EC/Unishop/InternationaleZending/TransportFirmaBepaler.cls.xml (revision 0)
+++ WS/EC/Unishop/InternationaleZending/TransportFirmaBepaler.cls.xml (revision 37064)
@@ -0,0 +1,14 @@
+
+
+
+1
+TECH.Mockable
+
+
+1
+TECH.ListIterator
+
+
+
+
+
Index: WS/EC/Unishop/InternationaleZending/impl/ZendingDetails.cls.xml
===================================================================
diff -u -r37061 -r37064
--- WS/EC/Unishop/InternationaleZending/impl/ZendingDetails.cls.xml (.../ZendingDetails.cls.xml) (revision 37061)
+++ WS/EC/Unishop/InternationaleZending/impl/ZendingDetails.cls.xml (.../ZendingDetails.cls.xml) (revision 37064)
@@ -28,8 +28,13 @@
1
+
+WS.EC.Unishop.InternationaleZending.TransportFirmaBepaler
+1
+
+
-TransportOfferteService:APPS.TRANSP.OfferteService,VerzendingMogelijkheidRepository:WSimpl.EC.ExterneVerkoop.VerzendingMogelijkheidRepository,VertaalAPI:DOM.common.Transl.VertaalAPI,VerkoopprijsBerekenaar:WS.EC.Unishop.InternationaleZending.VerkoopprijsBerekenaar
+TransportOfferteService:APPS.TRANSP.OfferteService,VerzendingMogelijkheidRepository:WSimpl.EC.ExterneVerkoop.VerzendingMogelijkheidRepository,VertaalAPI:DOM.common.Transl.VertaalAPI,VerkoopprijsBerekenaar:WS.EC.Unishop.InternationaleZending.VerkoopprijsBerekenaar,TransportFirmaBepaler:WS.EC.Unishop.InternationaleZending.TransportFirmaBepaler
1
1
%Status
@@ -39,6 +44,7 @@
Set ..VerzendingMogelijkheidRepository = $$$Inject(VerzendingMogelijkheidRepository, ##class(WSimpl.EC.ExterneVerkoop.VerzendingMogelijkheidRepository).%New())
Set ..VertaalAPI = $$$Inject(VertaalAPI, ##class(DOM.DomeinContext).Instance().GeefVertaalAPI())
Set ..VerkoopprijsBerekenaar = $$$Inject(VerkoopprijsBerekenaar,##class(WS.EC.Unishop.InternationaleZending.impl.VerkoopprijsBerekenaarFactory).%New().GeefVerkoopprijsBerekenaar())
+ Set ..TransportFirmaBepaler = $$$Inject(TransportFirmaBepaler,##class(WS.EC.Unishop.InternationaleZending.impl.TransportFirmaBepalerFactory).%New().GeefTransportFirmaBepaler())
quit $$$OK
]]>
@@ -66,7 +72,7 @@
#dim Exceptions As List Of %String = ##class(%ListOfDataTypes).%New()
#dim OfferteDetails As List Of %String = ##class(%ListOfDataTypes).%New()
- #dim TransportFirmas As TECH.ListIterator = ##class(APPS.TRANSP.enu.TransportFirma).ValueListIterator()
+ #dim TransportFirmas As TECH.ListIterator = ..TransportFirmaBepaler.GeefTransportFirmas()
While TransportFirmas.HasNext() {
#dim TransportFirma As %String = TransportFirmas.Next()
try {
Index: vhUnitTest/WS/EC/Unishop/InternationaleZending/impl/TransportFirmaBepalerFactory/GeefTransportFirmaBepaler/Test.cls.xml
===================================================================
diff -u
--- vhUnitTest/WS/EC/Unishop/InternationaleZending/impl/TransportFirmaBepalerFactory/GeefTransportFirmaBepaler/Test.cls.xml (revision 0)
+++ vhUnitTest/WS/EC/Unishop/InternationaleZending/impl/TransportFirmaBepalerFactory/GeefTransportFirmaBepaler/Test.cls.xml (revision 37064)
@@ -0,0 +1,24 @@
+
+
+
+vhUnitTest.TestCase
+
+
+
+
+
+
+
+
+
+
+
+
Index: vhUnitTest/WS/EC/Unishop/InternationaleZending/VanHoecke/impl/TransportFirmaBepaler/GeefTransportFirmas/Test.cls.xml
===================================================================
diff -u
--- vhUnitTest/WS/EC/Unishop/InternationaleZending/VanHoecke/impl/TransportFirmaBepaler/GeefTransportFirmas/Test.cls.xml (revision 0)
+++ vhUnitTest/WS/EC/Unishop/InternationaleZending/VanHoecke/impl/TransportFirmaBepaler/GeefTransportFirmas/Test.cls.xml (revision 37064)
@@ -0,0 +1,19 @@
+
+
+
+vhUnitTest.TestCase
+
+
+
+
+
+
+
+
Index: vhTest/Mock/WS/EC/Unishop/InternationaleZending/TransportFirmaBepaler.cls.xml
===================================================================
diff -u
--- vhTest/Mock/WS/EC/Unishop/InternationaleZending/TransportFirmaBepaler.cls.xml (revision 0)
+++ vhTest/Mock/WS/EC/Unishop/InternationaleZending/TransportFirmaBepaler.cls.xml (revision 37064)
@@ -0,0 +1,20 @@
+
+
+
+
+Deze klasse werd automatisch gegenereerd en onderhouden - lokale aanpassingen zijn niet nodig.
+Een hercompilatie van de basis interface - met een correct werkende studiohook ( v2.20 ++ ) - zorgt ervoor dat deze klasse aangepast wordt
+Inheritance van meerdere TECH.Interface interfaces resulteert nog niet in een mockklasse met overeenkomstige inheritance-structuur.
+1
+WS.EC.Unishop.InternationaleZending.TransportFirmaBepaler,Tools.Mock.MockClassBase
+right
+
+
+TECH.ListIterator
+
+
+
+
+
+
Index: WS/EC/Unishop/InternationaleZending/impl/TransportFirmaBepalerFactory.cls.xml
===================================================================
diff -u
--- WS/EC/Unishop/InternationaleZending/impl/TransportFirmaBepalerFactory.cls.xml (revision 0)
+++ WS/EC/Unishop/InternationaleZending/impl/TransportFirmaBepalerFactory.cls.xml (revision 37064)
@@ -0,0 +1,20 @@
+
+
+
+TECH.RegisteredObject
+
+
+WS.EC.Unishop.InternationaleZending.TransportFirmaBepaler
+
+
+
+
+
+
Index: WS/EC/Unishop/InternationaleZending/Hein/impl/TransportFirmaBepaler.cls.xml
===================================================================
diff -u
--- WS/EC/Unishop/InternationaleZending/Hein/impl/TransportFirmaBepaler.cls.xml (revision 0)
+++ WS/EC/Unishop/InternationaleZending/Hein/impl/TransportFirmaBepaler.cls.xml (revision 37064)
@@ -0,0 +1,17 @@
+
+
+
+WS.EC.Unishop.InternationaleZending.TransportFirmaBepaler
+
+
+TECH.ListIterator
+
+
+
+
+
+
Index: WS/EC/Unishop/InternationaleZending/VanHoecke/impl/TransportFirmaBepaler.cls.xml
===================================================================
diff -u
--- WS/EC/Unishop/InternationaleZending/VanHoecke/impl/TransportFirmaBepaler.cls.xml (revision 0)
+++ WS/EC/Unishop/InternationaleZending/VanHoecke/impl/TransportFirmaBepaler.cls.xml (revision 37064)
@@ -0,0 +1,14 @@
+
+
+
+WS.EC.Unishop.InternationaleZending.TransportFirmaBepaler
+
+
+TECH.ListIterator
+
+
+
+
+
+