fitnesse.fixtures.DuplicateRows Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse Show documentation
Show all versions of fitnesse Show documentation
The fully integrated standalone wiki, and acceptance testing framework.
package fitnesse.fixtures;
import java.util.Arrays;
import java.util.List;
public class DuplicateRows {
private String phase;
public DuplicateRows(String phase) {
this.phase = phase;
}
@SuppressWarnings({"unchecked", "rawtypes"})
public List