Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

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