| Modifier and Type | Method and Description |
|---|---|
ClassFluent.Assert<Class<?>> |
ObjectFluent.Assert.asClass()
Converts this fluent into a ClassFluent.Step
|
static <Value extends Class<?>> |
FluentAssert.assertThat(Value value) |
| Modifier and Type | Method and Description |
|---|---|
static <Value extends Class<?>,TheFluent> |
FluentAssert.aClass() |
static <Value extends Class<?>,TheFluent> |
ClassFluent.Step.adapter() |
ClassFluent.AndChain<Value,ClassFluent.Assert<Value>,?> |
ClassFluent.Assert.all() |
ClassFluent.AndChain<Value,ClassFluent.Assert<Value>,?> |
ClassFluent.Assert.both() |
ClassFluent.AndChain<Value,ClassFluent.Assert<Value>,?> |
ClassFluent.Assert.both(org.hamcrest.Matcher<? super Value> matcher) |
ClassFluent.OrChain<Value,ClassFluent.Assert<Value>,?> |
ClassFluent.Assert.either() |
ClassFluent.OrChain<Value,ClassFluent.Assert<Value>,?> |
ClassFluent.Assert.either(org.hamcrest.Matcher<? super Value> matcher) |
Copyright © 2015. All Rights Reserved.