org.jbehave.core.steps
Interface Row

All Known Subinterfaces:
Parameters
All Known Implementing Classes:
ChainedRow, ConvertedParameters

public interface Row

Represents a row in an ExamplesTable.


Method Summary
 Map<String,String> values()
          Returns the values as a Map, where the key is the column name and the value is the row value.
 

Method Detail

values

Map<String,String> values()
Returns the values as a Map, where the key is the column name and the value is the row value.

Returns:
The Map of values


Copyright © 2003-2012. All Rights Reserved.