public class Descriptions extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getChangeDescription(org.assertj.core.api.WritableAssertionInfo info,
Changes changes,
Change change,
int index,
ChangeType changeType,
String tableName)
Returns the description of the
changes. |
static String |
getChangesDescription(org.assertj.core.api.WritableAssertionInfo info,
ChangeType changeType,
String tableName)
Returns the description of the
changes. |
static String |
getColumnDescription(org.assertj.core.api.WritableAssertionInfo info,
int index,
String columnName)
Returns the description of the
column. |
static String |
getColumnValueAtEndPointDescription(org.assertj.core.api.WritableAssertionInfo info)
Returns the description of the
value of the column. |
static String |
getColumnValueAtStartPointDescription(org.assertj.core.api.WritableAssertionInfo info)
Returns the description of the
value of the column. |
static String |
getColumnValueDescription(org.assertj.core.api.WritableAssertionInfo info,
int index)
Returns the description of the
value of the column. |
static String |
getDescription(Changes changes)
Returns the description of the
changes. |
static String |
getDescription(Request request)
Returns the description of the
request. |
static String |
getDescription(Table table)
Returns the description of the
table. |
static String |
getRowAtEndPointDescription(org.assertj.core.api.WritableAssertionInfo info)
Returns the description of the
row. |
static String |
getRowAtStartPointDescription(org.assertj.core.api.WritableAssertionInfo info)
Returns the description of the
row. |
static String |
getRowDescription(org.assertj.core.api.WritableAssertionInfo info,
int index)
Returns the description of the
row. |
static String |
getRowValueDescription(org.assertj.core.api.WritableAssertionInfo info,
int index,
String columnName)
Returns the description of the
value of the row. |
public static String getDescription(Table table)
table.table - The tablepublic static String getDescription(Request request)
request.request - The requestpublic static String getDescription(Changes changes)
changes.changes - The changespublic static String getRowDescription(org.assertj.core.api.WritableAssertionInfo info, int index)
row.info - Writable information about an assertion.index - Index of the row.public static String getRowAtStartPointDescription(org.assertj.core.api.WritableAssertionInfo info)
row.info - Writable information about an assertion.public static String getRowAtEndPointDescription(org.assertj.core.api.WritableAssertionInfo info)
row.info - Writable information about an assertion.public static String getColumnDescription(org.assertj.core.api.WritableAssertionInfo info, int index, String columnName)
column.info - Writable information about an assertion.index - Index of the column.columnName - Name of column.public static String getColumnValueDescription(org.assertj.core.api.WritableAssertionInfo info, int index)
value of the column.info - Writable information about an assertion.index - Index of the value.public static String getColumnValueAtStartPointDescription(org.assertj.core.api.WritableAssertionInfo info)
value of the column.info - Writable information about an assertion.public static String getColumnValueAtEndPointDescription(org.assertj.core.api.WritableAssertionInfo info)
value of the column.info - Writable information about an assertion.public static String getRowValueDescription(org.assertj.core.api.WritableAssertionInfo info, int index, String columnName)
value of the row.info - Writable information about an assertion.index - Index of the value.columnName - Name of column of the value.public static String getChangesDescription(org.assertj.core.api.WritableAssertionInfo info, ChangeType changeType, String tableName)
changes.info - Writable information about an assertion.changeType - Type of the change.tableName - Name of the table.public static String getChangeDescription(org.assertj.core.api.WritableAssertionInfo info, Changes changes, Change change, int index, ChangeType changeType, String tableName)
changes.info - Writable information about an assertion.changes - The changeschange - The changeindex - Index of the value.changeType - Type of the change.tableName - Name of the table.Copyright © 2015–2017 AssertJ. All rights reserved.