public class PermutationGeneratorTest
extends java.lang.Object
Constructor and Description |
---|
PermutationGeneratorTest() |
Modifier and Type | Method and Description |
---|---|
void |
testConstructorFromArray()
Tests that all permutations contain proper elements when using an array passed into the constructor
|
void |
testNumberOfPermutations()
Tests that n! permutations are generated
|
void |
testPermutationsContainAllElements()
Tests that all permutations contain all elements
|
void |
testUniquenessOfPermutations()
Tests that all permutations are unique
|
public void testNumberOfPermutations()
public void testUniquenessOfPermutations()
public void testPermutationsContainAllElements()
public void testConstructorFromArray()