LightVoting
 All Classes Namespaces Files Functions Variables Pages
CCombinationTest.java
Go to the documentation of this file.
1 
24 package org.lightvoting.simulation.combinations;
25 //
26 //import junit.framework.Test;
27 //import junit.framework.TestCase;
28 //import junit.framework.TestSuite;
29 //import org.lightvoting.simulation.rule.CMinisumApprovalTest;
30 //
32 //
34 // * Created by sophie on 08.02.17.
35 // */
36 //
37 //public class CCombinationTest extends TestCase
38 //{
39 //
40 // /**
41 // * Create the test case
42 // *
43 // * @param p_testName name of the test case
44 // */
45 // public CCombinationTest( final String p_testName )
46 // {
47 // super( p_testName );
48 // }
49 //
50 // /**
51 // * Testsuite
52 // *
53 // * @return the suite of tests being tested
54 // */
55 // public static Test suite()
56 // {
57 // return new TestSuite( CMinisumApprovalTest.class );
58 // }
59 //
60 // /**
61 // * test combinations function
62 // */
63 // public void testCombinations2()
64 // {
65 // /* final CCombination l_tester = new CCombination();
66 // final int[] l_arr = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
67 // l_tester.combinations( l_arr, 3, 0, new int[3] );
68 //
69 // final List<int[]> l_resultList = l_tester.getResultList();
70 // l_tester.clearList();*/
71 //
72 // }
73 //
74 //}
75 //
76 //
77 //
78 //
79 //