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