PermutationGen
This Generator can generate all possible combinations of data for a given set of values. This enables teams to not worry about missing a permutation of a data or be stuck on how to generate all the permutations of data.
Training Video
This training video shows how to use this Generator for unit testing a complex formula.