aboutsummaryrefslogtreecommitdiff
path: root/guava-gwt/test/com/google/common/math/BigIntegerMathTest_gwt.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava-gwt/test/com/google/common/math/BigIntegerMathTest_gwt.java')
-rw-r--r--guava-gwt/test/com/google/common/math/BigIntegerMathTest_gwt.java30
1 files changed, 0 insertions, 30 deletions
diff --git a/guava-gwt/test/com/google/common/math/BigIntegerMathTest_gwt.java b/guava-gwt/test/com/google/common/math/BigIntegerMathTest_gwt.java
index 92e284336..3b5719981 100644
--- a/guava-gwt/test/com/google/common/math/BigIntegerMathTest_gwt.java
+++ b/guava-gwt/test/com/google/common/math/BigIntegerMathTest_gwt.java
@@ -28,21 +28,6 @@ public void testBinomialSmall() throws Exception {
testCase.testBinomialSmall();
}
-public void testCeilingPowerOfTwo() throws Exception {
- com.google.common.math.BigIntegerMathTest testCase = new com.google.common.math.BigIntegerMathTest();
- testCase.testCeilingPowerOfTwo();
-}
-
-public void testCeilingPowerOfTwoNegative() throws Exception {
- com.google.common.math.BigIntegerMathTest testCase = new com.google.common.math.BigIntegerMathTest();
- testCase.testCeilingPowerOfTwoNegative();
-}
-
-public void testCeilingPowerOfTwoZero() throws Exception {
- com.google.common.math.BigIntegerMathTest testCase = new com.google.common.math.BigIntegerMathTest();
- testCase.testCeilingPowerOfTwoZero();
-}
-
public void testFactorial() throws Exception {
com.google.common.math.BigIntegerMathTest testCase = new com.google.common.math.BigIntegerMathTest();
testCase.testFactorial();
@@ -58,21 +43,6 @@ public void testFactorialNegative() throws Exception {
testCase.testFactorialNegative();
}
-public void testFloorPowerOfTwo() throws Exception {
- com.google.common.math.BigIntegerMathTest testCase = new com.google.common.math.BigIntegerMathTest();
- testCase.testFloorPowerOfTwo();
-}
-
-public void testFloorPowerOfTwoNegative() throws Exception {
- com.google.common.math.BigIntegerMathTest testCase = new com.google.common.math.BigIntegerMathTest();
- testCase.testFloorPowerOfTwoNegative();
-}
-
-public void testFloorPowerOfTwoZero() throws Exception {
- com.google.common.math.BigIntegerMathTest testCase = new com.google.common.math.BigIntegerMathTest();
- testCase.testFloorPowerOfTwoZero();
-}
-
public void testIsPowerOfTwo() throws Exception {
com.google.common.math.BigIntegerMathTest testCase = new com.google.common.math.BigIntegerMathTest();
testCase.testIsPowerOfTwo();