Class GenericInheritanceTest
Inheritance
object
GenericInheritanceTest
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EventBus.Local
Assembly: Volo.Abp.EventBus.Tests.dll
Syntax
public class GenericInheritanceTest : EventBusTestBase, IDisposable
Constructors
GenericInheritanceTest()
Declaration
public GenericInheritanceTest()
Methods
Should_Trigger_For_Inherited_Generic_1()
Declaration
public Task Should_Trigger_For_Inherited_Generic_1()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Trigger_For_Inherited_Generic_2()
Declaration
public Task Should_Trigger_For_Inherited_Generic_2()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable