Package org.mockito

Interface MockedStatic.Verification

Enclosing interface:
MockedStatic<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface MockedStatic.Verification
Functional interface for a verification operation on a static mock.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Apply the verification operation.
  • Method Details

    • apply

      void apply() throws Throwable
      Apply the verification operation.
      Throws:
      Throwable - any exception that may be thrown.