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
Modifier and TypeMethodDescriptionvoidAddstestCasetosuite.voidAddsnestedsuitetosuite.voidfree()Frees the this TestSuite and all nested suites.static MemoryLayoutThe memory layout of the native struct.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
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
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
-