Interface QuarkusTestResourceLifecycleManager.Context

    • Method Detail

      • testProfile

        String testProfile()
        When a QuarkusTestResourceLifecycleManager is used with a type of test that supports test profiles, this method gives the name of the active test profile, or null if no test profile is active. In the case of QuarkusTestProfile, this method gives the name of the class that implements QuarkusTestProfile.
      • getTestStatus

        TestStatus getTestStatus()
        Returns:
        the failure result that is thrown during either `BeforeAll`, `BeforeEach`, test method, `AfterAll` or `AfterEach` phases.