Skip to content

Commit a42fa57

Browse files
authored
GD-135: Allow to use AssertSignal on RefCounted Objects (#136)
# Why see #135 # What - Added Node instance check before register the `UnregisterEmitter` on `TreeExiting` signals - Added custom cleanup method to the GodotSignalCollector to enshure all registered emitters are unregistered after the test execution - Covered by new test `EmitSignalOnNoneNodeObjects` - Some code cleanup/formattings - Update Example Project to latest API and Test Adapter - Increase API version to 4.3.1
1 parent 2db45e5 commit a42fa57

File tree

7 files changed

+415
-329
lines changed

7 files changed

+415
-329
lines changed

PackageVersions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<MicrosoftSdkVersion>17.9.0</MicrosoftSdkVersion>
66
<MicrosoftCodeAnalysisCSharpVersion>4.9.2</MicrosoftCodeAnalysisCSharpVersion>
77
<MoqVersion>4.18.4</MoqVersion>
8-
<GdUnitAPIVersion>4.3.0</GdUnitAPIVersion>
8+
<GdUnitAPIVersion>4.3.1</GdUnitAPIVersion>
99
<GdUnitTestAdapterVersion>2.0.0</GdUnitTestAdapterVersion>
1010
</PropertyGroup>
1111
</Project>

api/ReleaseNotes.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v4.3.1
2+
3+
Bug Fixes:
4+
* GD-135: Cannot test signals on non-node classes
5+
6+
-------------------------------------------------------------------------------------------------------
7+
18
v4.3.0
29

310
Improvements:

0 commit comments

Comments
 (0)