Package org.gnome.glib
Class TestSuite
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.glib.TestSuite
-
Field Summary
Fields inherited from class io.github.jwharm.javagi.base.ProxyInstance
address
-
Constructor Summary
ConstructorsConstructorDescriptionTestSuite
(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
- a test case- Since:
- 2.16
-
addSuite
Addsnestedsuite
to this TestSuite.- Parameters:
nestedsuite
- another test suite- Since:
- 2.16
-
free
public void free()Frees the this TestSuite and all nested suites.- Since:
- 2.70
-