|
||||||||||
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.linear.ArrayFieldVectorTest
public class ArrayFieldVectorTest
Test cases for the ArrayFieldVector
class.
Nested Class Summary | |
---|---|
static class |
ArrayFieldVectorTest.FieldVectorTestImpl<T extends org.apache.commons.math.FieldElement<T>>
|
Field Summary | |
---|---|
protected org.apache.commons.math.fraction.Fraction[] |
dvec1
|
protected org.apache.commons.math.fraction.Fraction[][] |
ma1
|
protected org.apache.commons.math.fraction.Fraction[][] |
mat1
|
protected org.apache.commons.math.fraction.Fraction[] |
vec_null
|
protected org.apache.commons.math.fraction.Fraction[] |
vec1
|
protected org.apache.commons.math.fraction.Fraction[] |
vec2
|
protected org.apache.commons.math.fraction.Fraction[] |
vec3
|
protected org.apache.commons.math.fraction.Fraction[] |
vec4
|
Constructor Summary | |
---|---|
ArrayFieldVectorTest()
|
Method Summary | |
---|---|
protected void |
checkArray(String msg,
org.apache.commons.math.fraction.Fraction[] m,
org.apache.commons.math.fraction.Fraction[] n)
verifies that two vectors are equals |
static junit.framework.Test |
suite()
|
void |
testBasicFunctions()
|
void |
testConstructors()
|
void |
testDataInOut()
|
void |
testMapFunctions()
|
void |
testMisc()
|
void |
testSerial()
|
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 |
Field Detail |
---|
protected org.apache.commons.math.fraction.Fraction[][] ma1
protected org.apache.commons.math.fraction.Fraction[] vec1
protected org.apache.commons.math.fraction.Fraction[] vec2
protected org.apache.commons.math.fraction.Fraction[] vec3
protected org.apache.commons.math.fraction.Fraction[] vec4
protected org.apache.commons.math.fraction.Fraction[] vec_null
protected org.apache.commons.math.fraction.Fraction[] dvec1
protected org.apache.commons.math.fraction.Fraction[][] mat1
Constructor Detail |
---|
public ArrayFieldVectorTest()
Method Detail |
---|
public static junit.framework.Test suite()
public void testConstructors()
public void testDataInOut()
public void testMapFunctions()
public void testBasicFunctions()
public void testMisc()
public void testSerial()
protected void checkArray(String msg, org.apache.commons.math.fraction.Fraction[] m, org.apache.commons.math.fraction.Fraction[] n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |