Subversion Repositories distributed

Rev

Rev 13 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 31
Line 1... Line 1...
1
package de.viathinksoft.immortable.gen2.math;
1
package de.viathinksoft.immortal.gen2.math;
2
 
2
 
3
import static org.junit.Assert.*;
3
import static org.junit.Assert.*;
4
 
4
 
5
import java.math.BigInteger;
5
import java.math.BigInteger;
6
 
6
 
7
import org.junit.Test;
7
import org.junit.Test;
8
 
8
 
9
import de.viathinksoft.immortable.gen2.math.CRTNotSolveableException;
9
import de.viathinksoft.immortal.gen2.math.CRTNotSolveableException;
10
import de.viathinksoft.immortable.gen2.math.MathUtils2;
10
import de.viathinksoft.immortal.gen2.math.MathUtils2;
11
import de.viathinksoft.immortable.gen2.math.RemainderNotSmallerThanModulusException;
11
import de.viathinksoft.immortal.gen2.math.RemainderNotSmallerThanModulusException;
12
 
12
 
13
public class MathUtils2Test {
13
public class MathUtils2Test {
14
       
14
       
15
        @Test
15
        @Test
16
        public void powTest() {
16
        public void powTest() {