Interface Asserts.JUnitExecutable

  • Enclosing class:
    Asserts
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @Deprecated(forRemoval=true)
    @FunctionalInterface
    public static interface Asserts.JUnitExecutable
    Deprecated, for removal: This API element is subject to removal in a future version.
    Functional interface that can be used to implement any generic block of code that potentially throws a Throwable. Back-ported from org.junit.jupiter.api.function.Executable.
    • Method Detail

      • execute

        void execute()
              throws Throwable
        Deprecated, for removal: This API element is subject to removal in a future version.
        Throws:
        Throwable