C# Class FakeBusEventFactory, Rebus.TestHelpers

Afficher le fichier Open project: rebus-org/Rebus.TestHelpers Class Usage Examples

Méthodes publiques

Méthode Description
CreateEventGeneric ( Type, openGeneric, Type, closingType ) : TEvent,

Private Methods

Méthode Description
CloseEventType ( Type, openGeneric, Type, closingType ) : Type,
CreateInstance ( ConstructorInfo, constructor, Array, args ) : object
GetConstructor ( Type, eventType ) : ConstructorInfo,

Method Details

CreateEventGeneric() public méthode

public CreateEventGeneric ( Type, openGeneric, Type, closingType ) : TEvent,
openGeneric Type,
closingType Type,
Résultat TEvent,