Esempio n. 1
0
 /// <summary>
 /// Process the row in input. Abstracts the test runner via the wrapper
 /// interfaces.
 /// </summary>
 /// <param name="currentRow"> the current row </param>
 public virtual void processRow(IRowWrapper <string> currentRow)
 {
     _restFixture.processRow(currentRow);
 }
Esempio n. 2
0
 /// <summary>
 /// delegates to <seealso cref="CommonRestFixture{T}#processRow(RowWrapper)"/>
 /// </summary>
 /// <param name="currentRow">
 ///            the row to process. </param>
 public virtual void processRow(IRowWrapper <Parse> currentRow)
 {
     restFixture.processRow(currentRow);
 }