Index: vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator/GenereerOptiesVoorLade/Test.cls.xml =================================================================== diff -u -r74605 -r74606 --- vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator/GenereerOptiesVoorLade/Test.cls.xml (.../Test.cls.xml) (revision 74605) +++ vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ProductOptiesGenerator/GenereerOptiesVoorLade/Test.cls.xml (.../Test.cls.xml) (revision 74606) @@ -175,7 +175,7 @@ Do HoutCertificaatServiceMock.VerwachtMethodCall("BepaalCertificaatCode", ..#DummyProductId).DanReturn("") Do HoutCertificaatServiceMock.VerwachtMethodCall("GeefProductHoutCertificaat", ..#DummyProductId).DanReturn("") - Set Generator = ##class(APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.ProductOptiesGenerator).%New(ProductApiMock, DnaCodeServiceMock, IngegevenKenmerkenSpaceStepHelperMock, HoutCertificaatServiceMock, ProductTypeApiMock) + Set Generator = ##class(APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.ProductOptiesGenerator).%New(ProductApiMock, DnaCodeServiceMock, IngegevenKenmerkenSpaceStepHelperMock,, HoutCertificaatServiceMock, ProductTypeApiMock) #dim Resultaat As %ListOfObjects = Generator.GenereerOptiesVoorLade(ToeleveringStub, ..UitvoeringInfo) Do $$$AssertEquals(Resultaat.Size, 9) @@ -186,6 +186,7 @@ Do DnaCodeServiceMock.Verifieer() Do IngegevenKenmerkenSpaceStepHelperMock.Verifieer() Do HalffabItemsBoomMock.Verifieer() + Do HoutCertificaatServiceMock.Verifieer() ]]>