Class TestSuite

All Implemented Interfaces:
Proxy

@Generated("org.javagi.JavaGI") public class TestSuite extends ProxyInstance
An opaque structure representing a test suite.
  • Constructor Details

    • TestSuite

      public TestSuite(MemorySegment address)
      Create a TestSuite proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • add

      public void add(TestCase testCase)
      Adds testCase to suite.
      Parameters:
      testCase - a test case
      Since:
      2.16
    • addSuite

      public void addSuite(TestSuite nestedsuite)
      Adds nestedsuite to suite.
      Parameters:
      nestedsuite - another test suite
      Since:
      2.16
    • free

      public void free()
      Frees the this TestSuite and all nested suites.
      Since:
      2.70