Interface TestService

All Known Implementing Classes:
TestServiceImplementation, TestServiceImplementation

public interface TestService
A test service.
  • Field Details

  • Method Details

    • getImplementationPackage

      String getImplementationPackage()
      Returns the implementation's package.
      Returns:
      the implementation's package name.
    • testElementSpi

      void testElementSpi()
      Attempts to get the element SPI.
    • testElementRegistrySpi

      void testElementRegistrySpi()
      Attempts to get the element registry SPI.
    • getConsumedEvents

      List<Event> getConsumedEvents()
      Gets the events registered for consumption and consumed
      Returns:
      A list of consumed events
    • getConsumedEventObjects

      List<TestService.MethodEventRecord> getConsumedEventObjects()
      Gets the objects passed into the consumed events
      Returns:
      the event objects