Class TestResourceManager.TestResourceClassEntry

java.lang.Object
io.quarkus.test.common.TestResourceManager.TestResourceClassEntry
Enclosing class:
TestResourceManager

public static class TestResourceManager.TestResourceClassEntry extends Object
Contains all the metadata that is needed to handle the lifecycle and perform all the bookkeeping associated with a Test Resource. When this information is produced by TestResourceManager, nothing has yet been started, so interrogating it is perfectly fine.
  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • isParallel

      public boolean isParallel()
    • testResourceLifecycleManagerClass

      public Class<?> testResourceLifecycleManagerClass()
    • getScope

      public TestResourceScope getScope()