MikeSchulze / gdUnit4Net

A Godot C# Unit Test Framework.
MIT License
61 stars 5 forks source link

GD-121: Improve `AssertSignal` by adding a `StartMonitoring` method #122

Closed MikeSchulze closed 5 months ago

MikeSchulze commented 5 months ago

GD-121: Add signal monitor

Why

The emitted signals needs to be monitored over the test runtime.

What

Provides a new method for starting signal monitoring. It should be called up directly after the emitter has been created in order to start monitoring the emitted signals.