Interface QuarkusTestAfterConstructCallback

All Known Implementing Classes:
VerifyMockitoMocksCallback

public interface QuarkusTestAfterConstructCallback
Implementations are called after JUnit constructs the test instance.

The implementing class has to be deployed as service provider on the class path.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterConstruct(Object testInstance)
     
  • Method Details

    • afterConstruct

      void afterConstruct(Object testInstance)