Class TestSomething3D<T extends Representable>

java.lang.Object
one.empty3.library.core.testing.TestObjet
one.empty3.testscopy.tests.tests2.TestSomething3D<T>
All Implemented Interfaces:
Runnable, Test

public abstract class TestSomething3D<T extends Representable> extends TestObjet
  • Constructor Details

    • TestSomething3D

      public TestSomething3D()
  • Method Details

    • afterRenderFrame

      public void afterRenderFrame()
      Specified by:
      afterRenderFrame in class TestObjet
    • finit

      public abstract void finit()
      Specified by:
      finit in class TestObjet
    • ginit

      public void ginit()
      Specified by:
      ginit in class TestObjet
    • afterRender

      public void afterRender()
    • testScene

      public void testScene() throws Exception
      Description copied from class: TestObjet
      Represents a test scene in the TestObjet class.

      This abstract method should be implemented by subclasses to define the specific test scene logic. It is responsible for performing all the necessary steps required for the test, such as initializing the object, setting up parameters, generating images or models, and handling other specific operations as needed.

      This method can throw an Exception if any error occurs during the test scene execution.

      Specified by:
      testScene in interface Test
      Specified by:
      testScene in class TestObjet
      Throws:
      Exception - if an error occurs during the test scene execution.