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

com.greenpepper.interpreter.flow.dowith.SkipRow Maven / Gradle / Ivy

package com.greenpepper.interpreter.flow.dowith;

import com.greenpepper.Specification;
import com.greenpepper.interpreter.flow.Row;

/**
 * 

SkipRow class.

* * @author oaouattara * @version $Id: $Id */ public class SkipRow implements Row { /** {@inheritDoc} */ public void interpret(Specification row) { row.nextExample(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy