Project

casegen

0.0
Low commit activity in last 3 years
There's a lot of open issues
No release in over a year
Simple tool to generate use cases restricted by sets of rules
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

CaseGen

CaseGen is a small Ruby gem for generating combinations of variables, optionally restricted by a set of rules.

Usage

The doc folder has a few examples demonstrating how you can use this gem. The specs also demonstrate various input and output options.

Breaking Changes in 3.0

Versions 1 and 2 were based on a DSL format. Version 3.0 removed the DSL to just use plain Ruby.

FAQ

Are there other tools similar to CaseGen?

tcases is one to check out. Another is AllPairs by James Bach.