Event Parameters in Unit Tests
- INDEXERS
How do we access event parameters in unit tests?
Answers1
Am I misunderstanding this? At first, I assumed that the parameters array was somehow being transformed into the params object we access in the handler, but after logging some things to see the actual values at runtime I see that is not the case