Uses of Class
org.jnario.lib.ExampleTableRow

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
<P extends ExampleTableRow>
ExampleTable<P>
ExampleTable.create(String name, List<String> columns, P... entries)
           
static
<T extends ExampleTableRow>
void
ExampleTableIterators.forEach(ExampleTable<T> table, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<T> assertion)
          Performs an assertion on each row in an ExampleTable.
static
<T extends ExampleTableRow>
void
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
<P extends ExampleTableRow>
ExampleTable<P>
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)
           
 



Copyright © 2012-2013 BMW Car IT. All Rights Reserved.