Index: vhUnitTest/APPS/Halux/Planning/impl/BatchStarter/StartBatch/Test.cls.xml
===================================================================
diff -u -r66764 -r70542
--- vhUnitTest/APPS/Halux/Planning/impl/BatchStarter/StartBatch/Test.cls.xml (.../Test.cls.xml) (revision 66764)
+++ vhUnitTest/APPS/Halux/Planning/impl/BatchStarter/StartBatch/Test.cls.xml (.../Test.cls.xml) (revision 70542)
@@ -43,6 +43,11 @@
1
+
+APPS.Halux.PPS.DocumentGeneratorService
+1
+
+
aTestName:%String
@@ -81,6 +87,7 @@
Do ..DnaCodeServiceMock.VerwachtMethodCall("BewaarDnaCodes", DnaCodes).DanDoeNiks()
Do ..MatServiceMock.VerwachtMethodCall("BewaarMattenInfo", BatchStub).DanDoeNiks()
+ Do ..DocumentGeneratorServiceMock.VerwachtMethodCall("GenereerDocumenten", BatchStub).DanDoeNiks()
Do ..InitImplementation()
Do ..BatchStarterImpl.StartBatch(BatchStub)
@@ -89,6 +96,7 @@
Do SequentieServiceMock.Verifieer()
Do ..DnaCodeServiceMock.Verifieer()
Do ..MatServiceMock.Verifieer()
+ Do ..DocumentGeneratorServiceMock.Verifieer()
Do $$$AssertEquals(EventRaiserSpy.IsEventGeraised("BatchGeslotenEvent"),"")
]]>
@@ -133,6 +141,7 @@
Do ..DnaCodeServiceMock.IndienMethodCall("MaakDnaCodesVoorBatch",$$$ElkeWaarde).DanDoeNiks()
Do ..MatServiceMock.IndienMethodCall("VerwijderMattenInfo", $$$DummyString).DanDoeNiks()
+ Do ..DocumentGeneratorServiceMock.IndienMethodCall("VerwijderDocumenten", $$$DummyString).DanDoeNiks()
Do ..InitImplementation()
Do ..BatchStarterImpl.StartBatch(BatchStub)
@@ -141,7 +150,7 @@
1
-