Package org.gnome.glib
Class TestSuite
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.glib.TestSuite
-
Constructor Summary
ConstructorsConstructorDescriptionTestSuite(MemorySegment address) Create a TestSuite proxy instance for the provided memory address. -
Method Summary
Methods inherited from class org.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
AddstestCasetosuite.- Parameters:
testCase- a test case- Since:
- 2.16
-
addSuite
Addsnestedsuitetosuite.- Parameters:
nestedsuite- another test suite- Since:
- 2.16
-
free
public void free()Frees the this TestSuite and all nested suites.- Since:
- 2.70
-