Index: vhTest/Dummy/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder.cls.xml =================================================================== diff -u --- vhTest/Dummy/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder.cls.xml (revision 0) +++ vhTest/Dummy/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder.cls.xml (revision 45516) @@ -0,0 +1,13 @@ + + + +WSimpl.Vhisie4.Auth.HandelAuthenticator.Decrypteerder + + +DecrypteerRequest:WS.Vhisie4.Auth.DecrypteerRequest +WS.Vhisie4.Auth.DecrypteerResponse + + + + + Index: vhUnitTest/WSimpl/Vhisie4/Auth/HandelAuthenticator/Test.cls.xml =================================================================== diff -u -r45491 -r45516 --- vhUnitTest/WSimpl/Vhisie4/Auth/HandelAuthenticator/Test.cls.xml (.../Test.cls.xml) (revision 45491) +++ vhUnitTest/WSimpl/Vhisie4/Auth/HandelAuthenticator/Test.cls.xml (.../Test.cls.xml) (revision 45516) @@ -10,7 +10,7 @@ Set DecrypteerderMock = ##class(vhTest.Mock.WSimpl.Vhisie4.Auth.HandelAuthenticator.Decrypteerder).%New() Do DecrypteerderMock.VerwachtMethodCall("Decrypteer",Request).ExactAantalKeer(1) - Set Authenticator = ##class(WSimpl.Vhisie4.Auth.HandelAuthenticator).%New(DecrypteerderMock) + Set Authenticator = ##class(WSimpl.Vhisie4.Auth.HandelAuthenticator).%New(DecrypteerderMock,##class(vhTest.Dummy.WSimpl.Vhisie4.Auth.HandelAuthenticator.ContactGegevensRegistreerder).%New()) Do Authenticator.Decrypteer(Request) Do DecrypteerderMock.Verifieer() @@ -24,7 +24,7 @@ Set RegistreerderMock = ##class(vhTest.Mock.WSimpl.Vhisie4.Auth.HandelAuthenticator.ContactGegevensRegistreerder).%New() Do RegistreerderMock.VerwachtMethodCall("Registreer",Request).ExactAantalKeer(1) - Set Authenticator = ##class(WSimpl.Vhisie4.Auth.HandelAuthenticator).%New(,RegistreerderMock) + Set Authenticator = ##class(WSimpl.Vhisie4.Auth.HandelAuthenticator).%New(##class(vhTest.Dummy.WSimpl.Vhisie4.Auth.HandelAuthenticator.Decrypteerder).%New(),RegistreerderMock) Do Authenticator.RegistreerContactGegevens(Request) Do RegistreerderMock.Verifieer() Index: vhTest/Dummy/WSimpl/Vhisie4/Auth/HandelAuthenticator/ContactGegevensRegistreerder.cls.xml =================================================================== diff -u --- vhTest/Dummy/WSimpl/Vhisie4/Auth/HandelAuthenticator/ContactGegevensRegistreerder.cls.xml (revision 0) +++ vhTest/Dummy/WSimpl/Vhisie4/Auth/HandelAuthenticator/ContactGegevensRegistreerder.cls.xml (revision 45516) @@ -0,0 +1,13 @@ + + + +WSimpl.Vhisie4.Auth.HandelAuthenticator.ContactGegevensRegistreerder + + +RegistreerContactGegevensRequest:WS.Vhisie4.Auth.RegistreerContactGegevensRequest +WS.Vhisie4.Auth.RegistreerContactGegevensResponse + + + + +