All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.greenpepper.extensions.fit.StartRow Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
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