Example usage for com.google.common.truth IterableSubject subclass-usage

List of usage examples for com.google.common.truth IterableSubject subclass-usage

Introduction

In this page you can find the example usage for com.google.common.truth IterableSubject subclass-usage.

Usage

From source file com.google.gerrit.truth.ListSubject.java

public class ListSubject<S extends Subject<S, E>, E> extends IterableSubject {

    private final Function<E, S> elementAssertThatFunction;

    @SuppressWarnings("unchecked")
    public static <S extends Subject<S, E>, E> ListSubject<S, E> assertThat(List<E> list,