public class TableShouldContainCell
extends org.assertj.core.error.BasicErrorMessageFactory
| Modifier and Type | Method and Description |
|---|---|
static <R,C,V> org.assertj.core.error.ErrorMessageFactory |
tableShouldContainCell(com.google.common.collect.Table<R,C,V> actual,
R row,
C column,
V expectedValue,
V actualValue)
Creates a new
. |
public static <R,C,V> org.assertj.core.error.ErrorMessageFactory tableShouldContainCell(com.google.common.collect.Table<R,C,V> actual,
R row,
C column,
V expectedValue,
V actualValue)
TableShouldContainCell.R - the type of the table row keysC - the type of the table column keysV - the type of the mapped valuesactual - the actual value in the failed assertion.row - the row where actualValue was read.column - the column where actualValue was read.expectedValue - the expected value of the cell.actualValue - the expected actual value of the cell.ErrorMessageFactory.Copyright © 2018 AssertJ. All rights reserved.