nl.hsac.fitnesse.fixture.slim.ListFixture Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hsac-fitnesse-fixtures Show documentation
Show all versions of hsac-fitnesse-fixtures Show documentation
Fixtures to assist in testing via FitNesse
package nl.hsac.fitnesse.fixture.slim;
import fitnesse.slim.converters.ConverterRegistry;
import nl.hsac.fitnesse.slim.converter.NumberedListConverter;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
/**
* Fixture to create and manipulate list values. Generated values can be stored in variables so the can
* be passed as arguments to methods of other fixtures.
* This fixture can be used using Slim's dynamic decision tables or using scripts (and scenarios).
*/
public class ListFixture extends SlimFixture {
private final ArrayList
© 2015 - 2024 Weber Informatics LLC | Privacy Policy