Package org.gnome.glib
Class TestSuite
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.glib.TestSuite
-
Constructor Summary
ConstructorDescriptionTestSuite
(MemorySegment address) Create a TestSuite proxy instance for the provided memory address. -
Method Summary
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
TestSuite
Create a TestSuite proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
-
Method Details
-
add
AddstestCase
to this TestSuite.- Parameters:
testCase
- aGTestCase
-
addSuite
Addsnestedsuite
to this TestSuite.- Parameters:
nestedsuite
- anotherGTestSuite
-
free
public void free()Free the this TestSuite and all nestedGTestSuites
.
-