org.junit.contrib.truth
Class TestVerb
java.lang.Object
org.junit.contrib.truth.AbstractVerb
org.junit.contrib.truth.TestVerb
- Direct Known Subclasses:
- Expect
@GwtCompatible
public class TestVerb
- extends AbstractVerb
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestVerb
public TestVerb(FailureStrategy failureStrategy)
that
public DefaultSubject that(Object target)
that
public IntegerSubject that(Long target)
that
public IntegerSubject that(Integer target)
that
public BooleanSubject that(Boolean target)
that
public StringSubject that(String target)
that
public <T,C extends Iterable<T>> IterableSubject<? extends IterableSubject<?,T,C>,T,C> that(Iterable<T> target)
that
public <T,C extends Collection<T>> CollectionSubject<? extends CollectionSubject<?,T,C>,T,C> that(Collection<T> target)
that
public <T,C extends List<T>> ListSubject<? extends ListSubject<?,T,C>,T,C> that(List<T> target)
that
public <T,C extends List<T>> ListSubject<? extends ListSubject<?,T,C>,T,C> that(T[] target)
Copyright © 2014. All Rights Reserved.