com.rachum.amir.util.permutation.test
Class PermutationGeneratorTest

java.lang.Object
  extended by com.rachum.amir.util.permutation.test.PermutationGeneratorTest

public class PermutationGeneratorTest
extends java.lang.Object

Author:
Rachum

Constructor Summary
PermutationGeneratorTest()
           
 
Method Summary
 void setUp()
           
 void testGet()
           
 void testIllegalGetMinus()
           
 void testIllegalGetTooBig()
           
 void testNext()
          Test method for PermutationGenerator.next().
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermutationGeneratorTest

public PermutationGeneratorTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

testNext

public void testNext()
Test method for PermutationGenerator.next().


testGet

public void testGet()

testIllegalGetMinus

public void testIllegalGetMinus()

testIllegalGetTooBig

public void testIllegalGetTooBig()