|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.math.fraction.FractionTest
public class FractionTest
Constructor Summary | |
---|---|
FractionTest()
|
Method Summary | |
---|---|
void |
testAbs()
|
void |
testAdd()
|
void |
testCompareTo()
|
void |
testConstructor()
|
void |
testConstructorDouble()
|
void |
testDigitLimitConstructor()
|
void |
testDivide()
|
void |
testDoubleConstructor()
|
void |
testDoubleValue()
|
void |
testEpsilonLimitConstructor()
|
void |
testEqualsAndHashCode()
|
void |
testFloatValue()
|
void |
testGetReducedFraction()
|
void |
testGoldenRatio()
|
void |
testIntegerOverflow()
|
void |
testIntValue()
|
void |
testLongValue()
|
void |
testMultiply()
|
void |
testNegate()
|
void |
testReciprocal()
|
void |
testSerial()
|
void |
testSubtract()
|
void |
testToString()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FractionTest()
Method Detail |
---|
public void testConstructor()
public void testGoldenRatio()
public void testDoubleConstructor() throws org.apache.commons.math.ConvergenceException
org.apache.commons.math.ConvergenceException
public void testDigitLimitConstructor() throws org.apache.commons.math.ConvergenceException
org.apache.commons.math.ConvergenceException
public void testIntegerOverflow()
public void testEpsilonLimitConstructor() throws org.apache.commons.math.ConvergenceException
org.apache.commons.math.ConvergenceException
public void testCompareTo()
public void testDoubleValue()
public void testFloatValue()
public void testIntValue()
public void testLongValue()
public void testConstructorDouble()
public void testAbs()
public void testReciprocal()
public void testNegate()
public void testAdd()
public void testDivide()
public void testMultiply()
public void testSubtract()
public void testEqualsAndHashCode()
public void testGetReducedFraction()
public void testToString()
public void testSerial() throws org.apache.commons.math.fraction.FractionConversionException
org.apache.commons.math.fraction.FractionConversionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |