|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExampleTableRow | |
|---|---|
| org.jnario.lib | |
| org.jnario.lib.internal | |
| Uses of ExampleTableRow in org.jnario.lib |
|---|
| Classes in org.jnario.lib with type parameters of type ExampleTableRow | |
|---|---|
class |
ExampleTable<T extends ExampleTableRow>
An implementation of a table with rows and columns. |
class |
ExampleTableIterators<T extends ExampleTableRow>
|
| Methods in org.jnario.lib with type parameters of type ExampleTableRow | ||
|---|---|---|
static
|
ExampleTable.create(String name,
List<String> columns,
P... entries)
|
|
static
|
ExampleTableIterators.forEach(ExampleTable<T> table,
org.eclipse.xtext.xbase.lib.Procedures.Procedure1<T> assertion)
Performs an assertion on each row in an ExampleTable. |
|
static
|
Each.forEach(ExampleTable<T> table,
org.eclipse.xtext.xbase.lib.Procedures.Procedure1<T> assertion)
Performs an assertion on each row in an ExampleTable. |
|
| Methods in org.jnario.lib with parameters of type ExampleTableRow | ||
|---|---|---|
static
|
ExampleTable.create(String name,
List<String> columns,
P... entries)
|
|
| Uses of ExampleTableRow in org.jnario.lib.internal |
|---|
| Methods in org.jnario.lib.internal that return ExampleTableRow | |
|---|---|
ExampleTableRow |
RowResult.getValue()
|
| Constructors in org.jnario.lib.internal with parameters of type ExampleTableRow | |
|---|---|
RowFailed(ExampleTableRow value,
Throwable e)
|
|
RowPassed(ExampleTableRow value)
|
|
RowResult(ExampleTableRow value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||