Preparing tests for GSI class properties

This commit is contained in:
Matthias Koefferlein
2025-01-16 20:40:42 +01:00
parent 05ba1743d7
commit 063040695a
4 changed files with 33 additions and 0 deletions
+6
View File
@@ -24,6 +24,12 @@ class Basic_TestClass < TestBase
# for testing the ut logger:
puts "Special chars: <&>"
# static (class) properties
RBA::A.sp_i = 17
assert_equal( RBA::A.sp_i, 18 )
RBA::A.sp_i = -1
assert_equal( RBA::A.sp_i, 0 )
GC.start
# all references of A are released now: