Class QuarkusTestExtensionState

    • Field Detail

      • testResourceManager

        protected final Closeable testResourceManager
      • resource

        protected final Closeable resource
    • Constructor Detail

      • QuarkusTestExtensionState

        public QuarkusTestExtensionState​(Closeable testResourceManager,
                                         Closeable resource)
    • Method Detail

      • getTestErrorCause

        public Throwable getTestErrorCause()
      • close

        public void close()
                   throws IOException
        Specified by:
        close in interface org.junit.jupiter.api.extension.ExtensionContext.Store.CloseableResource
        Throws:
        IOException
      • setTestFailed

        protected void setTestFailed​(Throwable failure)