Index: vhUnitTest/APPS/Halux/PPS/MatService/BewaarMattenInfo/Test.cls.xml
===================================================================
diff -u -r66722 -r66724
--- vhUnitTest/APPS/Halux/PPS/MatService/BewaarMattenInfo/Test.cls.xml (.../Test.cls.xml) (revision 66722)
+++ vhUnitTest/APPS/Halux/PPS/MatService/BewaarMattenInfo/Test.cls.xml (.../Test.cls.xml) (revision 66724)
@@ -12,7 +12,7 @@
Do LbxBatchStub.IndienMethodCall("GeefCategorie").DanReturn(Categorie)
Do LbxBatchStub.IndienMethodCall("GeefID").DanReturn(BatchId)
- Set MatInfoRepositoryMock = ##class(vhTest.Mock.DOM.Halux.PPS.MatInfoRepository).%New()
+ Set MatInfoRepositoryMock = ##class(vhTest.Mock.DOM.Halux.PPS.MatInfoRepository).%New()
Do MatInfoRepositoryMock.VerwachtMethodCall("Bewaar").ExactAantalKeer(0)
Set LegeUitvoeringInfoIterator = ##class(TECH.ListIterator).%New(##class(%ArrayOfObjects).%New())
@@ -26,6 +26,92 @@
Do MatInfoRepositoryMock.Verifieer()
]]>
+
+
+
+
+
+
+ProductId:%Integer,DossierCode:%String
+1
+APPS.Halux.PPS.Activiteit.impl.common.dto.MattenUitvoeringInfo
+
+
+
+
+UitvoeringInfoLijst:%ListOfObjects
+1
+TECH.ListIterator
+
+
+
+
+UitvoeringInfoLijstArray:%ArrayOfObjects,InformatieID:%String,UitvoeringInfo:APPS.Halux.PPS.dto.UitvoeringInfo
+1
+
+