The ABSuite.AccessLayer.Connector.Core namespace contains the IMockupConnection interface that is used to simulate an Access Layer API connection without establishing a physical connection to the runtime system. The IMockupConnection interface is available for testing purpose.
Namespace – ABSuite.AccessLayer.Connector.Core
Assembly – Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll)
Syntax
public interface IMockupConnection : IConnection, IMethodExecuter
Methods
The IMockupConnection interface inherits the methods of IConnection interface and IMethodExecuter interface. Refer to the methods of the IConnection interface and the IMethodExecuter interface for more information.
Properties
The IMockupConnection interface inherits the properties of the IConnection interface. Refer to the properties of the IConnection interface for more information.
Events
The IMockupConnection interface inherits the events of the IConnection interface. Refer to the events of the IConnection interface for more information. Refer to the events of the IConnection interface for more information.