Index: vhUnitTest/WSimpl/Halux/PPS/MatService/GeefAfmetingenViaBatchId/Test.cls.xml
===================================================================
diff -u -r66723 -r66725
--- vhUnitTest/WSimpl/Halux/PPS/MatService/GeefAfmetingenViaBatchId/Test.cls.xml (.../Test.cls.xml) (revision 66723)
+++ vhUnitTest/WSimpl/Halux/PPS/MatService/GeefAfmetingenViaBatchId/Test.cls.xml (.../Test.cls.xml) (revision 66725)
@@ -70,15 +70,15 @@
#dim BatchServiceMock As vhTest.Mock.APPS.Halux.common.BatchService = ..GeefBatchMock(BatchId, Categorie)
- Set UitvoeringInfoLijst = ##class(%ListOfObjects).%New()
+ Set MatInfoLijst = ##class(%ListOfObjects).%New()
#dim MatInfo1 As DOM.Halux.PPS.MatInfo = ..MaakMatInfoObject(100000, 300000, 1, "-", 422, "UTKleur1")
#dim MatInfo2 As DOM.Halux.PPS.MatInfo = ..MaakMatInfoObject(100001, 300001, 2, "-", 548, "UTKleur2")
- Do UitvoeringInfoLijst.Insert(MatInfo1)
- Do UitvoeringInfoLijst.Insert(MatInfo2)
+ Do MatInfoLijst.Insert(MatInfo1)
+ Do MatInfoLijst.Insert(MatInfo2)
- Set UitvoeringLijstIterator = ##class(TECH.ListIterator).%New(UitvoeringInfoLijst)
+ Set MatInfoLijstIterator = ##class(TECH.ListIterator).%New(MatInfoLijst)
Set MatInfoRepositoryMock = ##class(vhTest.Mock.DOM.Halux.PPS.MatInfoRepository).%New()
- Do MatInfoRepositoryMock.VerwachtMethodCall("ZoekViaBatchId", BatchId).DanReturn(UitvoeringLijstIterator)
+ Do MatInfoRepositoryMock.VerwachtMethodCall("ZoekViaBatchId", BatchId).DanReturn(MatInfoLijstIterator)
Set MatService = ##class(WSimpl.Halux.PPS.MatService).%New(BatchServiceMock, MatInfoRepositoryMock)
#dim Antwoord As WS.Halux.PPS.MatService.GeefAfmetingenResponse = MatService.GeefAfmetingenViaBatchId(Request)
@@ -119,13 +119,13 @@
#dim BatchServiceMock As vhTest.Mock.APPS.Halux.common.BatchService = ..GeefBatchMock(BatchId, Categorie)
- Set UitvoeringInfoLijst = ##class(%ListOfObjects).%New()
+ Set MatInfoLijst = ##class(%ListOfObjects).%New()
#dim MatInfo1 As DOM.Halux.PPS.MatInfo = ..MaakMatInfoObject(100000, 300000, 1, "-", "-", "UTKleur1")
- Do UitvoeringInfoLijst.Insert(MatInfo1)
+ Do MatInfoLijst.Insert(MatInfo1)
- Set UitvoeringLijstIterator = ##class(TECH.ListIterator).%New(UitvoeringInfoLijst)
+ Set MatInfoLijstIterator = ##class(TECH.ListIterator).%New(MatInfoLijst)
Set MatInfoRepositoryMock = ##class(vhTest.Mock.DOM.Halux.PPS.MatInfoRepository).%New()
- Do MatInfoRepositoryMock.VerwachtMethodCall("ZoekViaBatchId", BatchId).DanReturn(UitvoeringLijstIterator)
+ Do MatInfoRepositoryMock.VerwachtMethodCall("ZoekViaBatchId", BatchId).DanReturn(MatInfoLijstIterator)
Set MatService = ##class(WSimpl.Halux.PPS.MatService).%New(BatchServiceMock, MatInfoRepositoryMock)
#dim Antwoord As WS.Halux.PPS.MatService.GeefAfmetingenResponse = MatService.GeefAfmetingenViaBatchId(Request)
@@ -153,13 +153,13 @@
#dim BatchServiceMock As vhTest.Mock.APPS.Halux.common.BatchService = ..GeefBatchMock(BatchId, Categorie)
- Set UitvoeringInfoLijst = ##class(%ListOfObjects).%New()
+ Set MatInfoLijst = ##class(%ListOfObjects).%New()
#dim MatInfo1 As DOM.Halux.PPS.MatInfo = ..MaakMatInfoObject(100000, 300000, 1, "-", 500, "UTKleur1")
- Do UitvoeringInfoLijst.Insert(MatInfo1)
+ Do MatInfoLijst.Insert(MatInfo1)
- Set UitvoeringLijstIterator = ##class(TECH.ListIterator).%New(UitvoeringInfoLijst)
+ Set MatInfoLijstIterator = ##class(TECH.ListIterator).%New(MatInfoLijst)
Set MatInfoRepositoryMock = ##class(vhTest.Mock.DOM.Halux.PPS.MatInfoRepository).%New()
- Do MatInfoRepositoryMock.VerwachtMethodCall("ZoekViaBatchId", BatchId).DanReturn(UitvoeringLijstIterator)
+ Do MatInfoRepositoryMock.VerwachtMethodCall("ZoekViaBatchId", BatchId).DanReturn(MatInfoLijstIterator)
Set MatService = ##class(WSimpl.Halux.PPS.MatService).%New(BatchServiceMock, MatInfoRepositoryMock)
#dim Antwoord As WS.Halux.PPS.MatService.GeefAfmetingenResponse = MatService.GeefAfmetingenViaBatchId(Request)
@@ -196,16 +196,16 @@
1
DOM.Halux.PPS.MatInfo