com.greenpepper.extensions.fit.StartRow Maven / Gradle / Ivy
package com.greenpepper.extensions.fit;
import com.greenpepper.Specification;
import com.greenpepper.interpreter.flow.Row;
import com.greenpepper.reflect.Fixture;
/**
* StartRow class.
*
* @author oaouattara
* @version $Id: $Id
*/
public class StartRow implements Row
{
/**
* Constructor for StartRow.
*
* @param fixture a {@link com.greenpepper.reflect.Fixture} object.
* @param timed a {@link java.lang.Boolean} object.
*/
public StartRow(Fixture fixture, Boolean timed) {}
/** {@inheritDoc} */
public void interpret(Specification row)
{
row.nextExample();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy