Skip to main content

EnsLib.Testing.Service

class EnsLib.Testing.Service extends Ens.BusinessService

Provides the ability to test Business Operations and Business Processes,

Method Inventory

Methods

method OnProcessInput(pInput As EnsLib.Testing.Request, pOutput As %Library.RegisteredObject, ByRef pHint As %Library.String) as %Status
Take an instance of EnsLib.Testing.Request and forward its contents to the appropriate target.
classmethod SendTestRequest(pTarget As %String, pRequest As Ens.Request, ByRef pResponse As Ens.Response, Output pSessionId As %String, pGetReply As %Boolean = 0) as %Status
Send a test request to the specified target host (BusinessProcess or BusinessOperation).

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab