GD-121: Improve AssertSignal
by adding a StartMonitoring
method to make it more prominent
#121
Labels
Milestone
Is your feature request related to a problem? Please describe.
On the GDScript API we have the signal monitor
https://mikeschulze.github.io/gdUnit4/advanced_testing/signals/#monitor-signals
But is missing in the C# API
Describe the solution you'd like
Provide the signal monitor as described in the documentation
Describe alternatives you've considered
n/a
Additional context
The monitor is already implemented but has no public access point.
api/src/core/signals/GodotSignalCollector.cs
The text was updated successfully, but these errors were encountered: