- Namespace
- Statiq
.Testing - Interfaces
- Base Types
-
- object
Syntax
public class TestEventCollection : IEventCollection, IReadOnlyEventCollection
Methods
Name | Return Value | Summary |
---|---|---|
RaiseAsync |
Task |
Raises all handlers for a registered event
(as indicated by the TEvent type).
|
Subscribe |
void |
Subscribes a new handler for the given TEvent type.
|