Interface Tester<T>

Type Parameters:
T - test subject type
All Superinterfaces:
Consumer<T>

public interface Tester<T> extends Consumer<T>
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reject(T value)
     
    <E extends Throwable>
    void
    reject(T value, Class<E> expected)
     

    Methods inherited from interface java.util.function.Consumer

    accept, andThen
  • Method Details

    • reject

      void reject(T value)
    • reject

      <E extends Throwable> void reject(T value, Class<E> expected)