Class GatewayListenerTests
Tests for the GatewayListener<TConnectionFactory> class.
Inheritance
System.Object
GatewayListenerTests
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Communications.Listeners.Tests
Assembly: Fibula.Communications.Tests.dll
Syntax
[TestClass]
public class GatewayListenerTests
Methods
| Improve this Doc View SourceGatewayListener_CallsNewConnectionEvent()
Checks that the GatewayListener<TConnectionFactory> invokes the NewConnection event.
Declaration
[TestMethod]
public Task GatewayListener_CallsNewConnectionEvent()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous unit test. |
GatewayListener_Initialization()
Checks GatewayListener<TConnectionFactory> initialization.
Declaration
[TestMethod]
public void GatewayListener_Initialization()
GatewayListener_OptionsValidation()
Checks the GatewayListener<TConnectionFactory>'s options validation.
Declaration
[TestMethod]
public void GatewayListener_OptionsValidation()