public interface FluentAssert
static <Value,TheFluent> org.cthul.matchers.fluent.ext.ExtensionFactory<Object,ObjectFluent.Assert<Value>,TheFluent,ObjectFluent.Step<Value,TheFluent,?>> anObject()
static <Value> ObjectFluent.Assert<Value> assertThat(Value value)
static <Value extends Class<?>,TheFluent> org.cthul.matchers.fluent.ext.ExtensionFactory<Object,ClassFluent.Assert<Value>,TheFluent,ClassFluent.Step<Value,TheFluent,?>> aClass()
static <Value extends Class<?>> ClassFluent.Assert<Value> assertThat(Value value)
static <C extends Comparable<C>,Value extends C,TheFluent> org.cthul.matchers.fluent.ext.ExtensionFactory<Object,ComparableFluent.Assert<C,Value>,TheFluent,ComparableFluent.Step<C,Value,TheFluent,?>> aComparable()
static <C extends Comparable<C>,Value extends C> ComparableFluent.Assert<C,Value> assertThat(Value value)
static <Value extends Integer,TheFluent> org.cthul.matchers.fluent.ext.ExtensionFactory<Object,IntegerFluent.Assert<Value>,TheFluent,IntegerFluent.Step<Value,TheFluent,?>> anInteger()
static <Value extends Integer> IntegerFluent.Assert<Value> assertThat(Value value)
static <Value extends Double,TheFluent> org.cthul.matchers.fluent.ext.ExtensionFactory<Object,DoubleFluent.Assert<Value>,TheFluent,DoubleFluent.Step<Value,TheFluent,?>> aDouble()
static <Value extends Double> DoubleFluent.Assert<Value> assertThat(Value value)
static <Value extends BigDecimal,TheFluent> org.cthul.matchers.fluent.ext.ExtensionFactory<Object,BigDecimalFluent.Assert<Value>,TheFluent,BigDecimalFluent.Step<Value,TheFluent,?>> aBigDecimal()
static <Value extends BigDecimal> BigDecimalFluent.Assert<Value> assertThat(Value value)
static <T,Value extends Iterable<T>,TheFluent> org.cthul.matchers.fluent.ext.ExtensionFactory<Object,IterableFluent.Assert<T,Value>,TheFluent,IterableFluent.Step<T,Value,TheFluent,?>> anIterable()
static <T,Value extends Iterable<T>> IterableFluent.Assert<T,Value> assertThat(Value value)
static <T,Value extends Collection<T>,TheFluent> org.cthul.matchers.fluent.ext.ExtensionFactory<Object,CollectionFluent.Assert<T,Value>,TheFluent,CollectionFluent.Step<T,Value,TheFluent,?>> aCollection()
static <T,Value extends Collection<T>> CollectionFluent.Assert<T,Value> assertThat(Value value)
static <K,V,Value extends Map<K,V>,TheFluent> org.cthul.matchers.fluent.ext.ExtensionFactory<Object,MapFluent.Assert<K,V,Value>,TheFluent,MapFluent.Step<K,V,Value,TheFluent,?>> aMap()
static <K,V,Value extends Map<K,V>> MapFluent.Assert<K,V,Value> assertThat(Value value)
static <Value extends Throwable,TheFluent> org.cthul.matchers.fluent.ext.ExtensionFactory<Object,ExceptionFluent.Assert<Value>,TheFluent,ExceptionFluent.Step<Value,TheFluent,?>> anException()
static <Value extends Throwable> ExceptionFluent.Assert<Value> assertThat(Value value)
static <Value extends org.cthul.proc.Proc,TheFluent> org.cthul.matchers.fluent.ext.ExtensionFactory<Object,ProcFluent.Assert<Value>,TheFluent,ProcFluent.Step<Value,TheFluent,?>> aProc()
static <Value extends org.cthul.proc.Proc> ProcFluent.Assert<Value> assertThat(Value value)
static <Value extends String,TheFluent> org.cthul.matchers.fluent.ext.ExtensionFactory<Object,StringFluent.Assert<Value>,TheFluent,StringFluent.Step<Value,TheFluent,?>> aString()
static <Value extends String> StringFluent.Assert<Value> assertThat(Value value)
Copyright © 2015. All Rights Reserved.