public static class ObjectFluent.Assert<Value> extends org.cthul.matchers.fluent.builder.FluentAssertBuilder<Value,ObjectFluent.Assert<Value>> implements ObjectFluent<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>
org.cthul.matchers.fluent.builder.AbstractFluentStepBuilder.BasicAndChain<Value,TheFluent>, org.cthul.matchers.fluent.builder.AbstractFluentStepBuilder.BasicOrChain<Value,TheFluent>ObjectFluent.AndChain<Value,TheFluent,This extends ObjectFluent.AndChain<Value,TheFluent,This>>, ObjectFluent.Assert<Value>, ObjectFluent.OrChain<Value,TheFluent,This extends ObjectFluent.OrChain<Value,TheFluent,This>>, ObjectFluent.Step<Value,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>| Modifier | Constructor and Description |
|---|---|
|
Assert(org.cthul.matchers.fluent.builder.FailureHandler handler,
org.cthul.matchers.fluent.value.MatchValue<Value> value) |
protected |
Assert(org.cthul.matchers.fluent.builder.Matchable<? extends Value,?> value) |
| Modifier and Type | Method and Description |
|---|---|
ObjectFluent.AndChain<Value,ObjectFluent.Assert<Value>,?> |
all() |
BigDecimalFluent.Assert<BigDecimal> |
asBigDecimal()
Converts this fluent into a BigDecimalFluent.Step
|
ClassFluent.Assert<Class<?>> |
asClass()
Converts this fluent into a ClassFluent.Step
|
<T> CollectionFluent.Assert<T,Collection<T>> |
asCollection()
Converts this fluent into a CollectionFluent.Step
|
<C extends Comparable<C>> |
asComparable()
Converts this fluent into a ComparableFluent.Step
|
DoubleFluent.Assert<Double> |
asDouble()
Converts this fluent into a DoubleFluent.Step
|
ExceptionFluent.Assert<Throwable> |
asException()
Converts this fluent into a ExceptionFluent.Step
|
ComparableFluent.Assert<Float,Float> |
asFloat()
Converts this fluent into a ComparableFluent.Step
|
IntegerFluent.Assert<Integer> |
asInteger()
Converts this fluent into a IntegerFluent.Step
|
<T> IterableFluent.Assert<T,Iterable<T>> |
asIterable()
Converts this fluent into a IterableFluent.Step
|
ComparableFluent.Assert<Long,Long> |
asLong()
Converts this fluent into a ComparableFluent.Step
|
<K,V> MapFluent.Assert<K,V,Map<K,V>> |
asMap()
Converts this fluent into a MapFluent.Step
|
<K> CollectionFluent.Assert<K,Set<K>> |
asSet()
Converts this fluent into a CollectionFluent.Step
|
StringFluent.Assert<String> |
asString()
Converts this fluent into a StringFluent.Step
|
ObjectFluent.AndChain<Value,ObjectFluent.Assert<Value>,?> |
both() |
ObjectFluent.AndChain<Value,ObjectFluent.Assert<Value>,?> |
both(org.hamcrest.Matcher<? super Value> matcher) |
ObjectFluent.OrChain<Value,ObjectFluent.Assert<Value>,?> |
either() |
ObjectFluent.OrChain<Value,ObjectFluent.Assert<Value>,?> |
either(org.hamcrest.Matcher<? super Value> matcher) |
_and, _apply, _failureHandler, _matchValue, _reason, as, as, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, getReason, isA, toStringand, and, and, and, andHas, andHas, andHas, andHas, andHasNot, andHasNot, andHasNot, andHasNot, andIs, andIs, andIs, andIsNot, andIsNot, andIsNot, andNot, andNot, andNot, andNot, andNot__, _adapt, _adapt, _all, _both, _chain, _either, _has, _is, _match, _match, _match, _matchable, _matchable, _negation, _not, _prefix, _step, _step, _step, _this, as, asFluent, has, hasNot, notclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitget, get, hasToString, hasToString, isIn, isIn, isOneOf, notNullValue, nullValue, sameInstance, theInstance__, __, __, allOf, anyOf, as, as, equalTo, has, has, has, has, hasNot, hasNot, hasNot, hasNot, hasType, is, is, is, isA, isNot, isNot, isNot, noneOf, not, not, not, not, not__, __, __, allOf, and, and, and, andHas, andHas, andHas, andHas, andHasNot, andHasNot, andHasNot, andHasNot, andIs, andIs, andIs, andIsNot, andIsNot, andIsNot, andNot, andNot, andNot, andNot, andNot, anyOf, as, equalTo, has, has, has, has, hasNot, hasNot, hasNot, hasNot, hasType, is, is, is, isA, isNot, isNot, isNot, noneOf, not, not, not, not, notandpublic Assert(org.cthul.matchers.fluent.builder.FailureHandler handler, org.cthul.matchers.fluent.value.MatchValue<Value> value)
protected Assert(org.cthul.matchers.fluent.builder.Matchable<? extends Value,?> value)
public ObjectFluent.OrChain<Value,ObjectFluent.Assert<Value>,?> either()
either in interface org.cthul.matchers.fluent.ext.ExtensibleFluent<Value,ObjectFluent.Assert<Value>>either in interface org.cthul.matchers.fluent.ext.ExtensibleFluentAssert<Value,ObjectFluent.Assert<Value>>either in interface org.cthul.matchers.fluent.ext.ExtensibleFluentStep<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>either in interface org.cthul.matchers.fluent.FluentAssert<Value>either in interface org.cthul.matchers.fluent.FluentStep<Value,org.cthul.matchers.fluent.Fluent<Value>>either in interface ObjectFluent<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>either in class org.cthul.matchers.fluent.builder.AbstractFluentStepBuilder<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>public ObjectFluent.OrChain<Value,ObjectFluent.Assert<Value>,?> either(org.hamcrest.Matcher<? super Value> matcher)
either in interface org.cthul.matchers.fluent.ext.ExtensibleFluent<Value,ObjectFluent.Assert<Value>>either in interface org.cthul.matchers.fluent.ext.ExtensibleFluentAssert<Value,ObjectFluent.Assert<Value>>either in interface org.cthul.matchers.fluent.ext.ExtensibleFluentStep<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>either in interface org.cthul.matchers.fluent.FluentAssert<Value>either in interface org.cthul.matchers.fluent.FluentStep<Value,org.cthul.matchers.fluent.Fluent<Value>>either in interface ObjectFluent<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>either in class org.cthul.matchers.fluent.builder.AbstractFluentStepBuilder<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>public ObjectFluent.AndChain<Value,ObjectFluent.Assert<Value>,?> both()
both in interface org.cthul.matchers.fluent.ext.ExtensibleFluent<Value,ObjectFluent.Assert<Value>>both in interface org.cthul.matchers.fluent.ext.ExtensibleFluentAssert<Value,ObjectFluent.Assert<Value>>both in interface org.cthul.matchers.fluent.ext.ExtensibleFluentStep<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>both in interface org.cthul.matchers.fluent.FluentAssert<Value>both in interface org.cthul.matchers.fluent.FluentStep<Value,org.cthul.matchers.fluent.Fluent<Value>>both in interface ObjectFluent<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>both in class org.cthul.matchers.fluent.builder.AbstractFluentStepBuilder<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>public ObjectFluent.AndChain<Value,ObjectFluent.Assert<Value>,?> both(org.hamcrest.Matcher<? super Value> matcher)
both in interface org.cthul.matchers.fluent.ext.ExtensibleFluent<Value,ObjectFluent.Assert<Value>>both in interface org.cthul.matchers.fluent.ext.ExtensibleFluentAssert<Value,ObjectFluent.Assert<Value>>both in interface org.cthul.matchers.fluent.ext.ExtensibleFluentStep<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>both in interface org.cthul.matchers.fluent.FluentAssert<Value>both in interface org.cthul.matchers.fluent.FluentStep<Value,org.cthul.matchers.fluent.Fluent<Value>>both in interface ObjectFluent<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>both in class org.cthul.matchers.fluent.builder.AbstractFluentStepBuilder<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>public ObjectFluent.AndChain<Value,ObjectFluent.Assert<Value>,?> all()
all in interface org.cthul.matchers.fluent.ext.ExtensibleFluent<Value,ObjectFluent.Assert<Value>>all in interface org.cthul.matchers.fluent.ext.ExtensibleFluentAssert<Value,ObjectFluent.Assert<Value>>all in interface org.cthul.matchers.fluent.ext.ExtensibleFluentStep<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>all in interface org.cthul.matchers.fluent.FluentAssert<Value>all in interface org.cthul.matchers.fluent.FluentStep<Value,org.cthul.matchers.fluent.Fluent<Value>>all in interface ObjectFluent<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>all in class org.cthul.matchers.fluent.builder.AbstractFluentStepBuilder<Value,org.cthul.matchers.fluent.Fluent<Value>,ObjectFluent.Assert<Value>,ObjectFluent.Assert<Value>>public ClassFluent.Assert<Class<?>> asClass()
public <C extends Comparable<C>> ComparableFluent.Assert<C,C> asComparable()
public IntegerFluent.Assert<Integer> asInteger()
public ComparableFluent.Assert<Long,Long> asLong()
public ComparableFluent.Assert<Float,Float> asFloat()
public DoubleFluent.Assert<Double> asDouble()
public BigDecimalFluent.Assert<BigDecimal> asBigDecimal()
public <T> IterableFluent.Assert<T,Iterable<T>> asIterable()
public <T> CollectionFluent.Assert<T,Collection<T>> asCollection()
public <K> CollectionFluent.Assert<K,Set<K>> asSet()
public <K,V> MapFluent.Assert<K,V,Map<K,V>> asMap()
public ExceptionFluent.Assert<Throwable> asException()
public StringFluent.Assert<String> asString()
Copyright © 2015. All Rights Reserved.