public class ExpVectorTest extends junit.framework.TestCase
Constructor and Description |
---|
ExpVectorTest(java.lang.String name)
Constructs a
ExpVectorTest object. |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
main
|
protected void |
setUp() |
static junit.framework.Test |
suite() |
protected void |
tearDown() |
void |
testAddition()
Test addition.
|
void |
testAddition2()
Test addition.
|
void |
testBitLength()
Test bitLength.
|
void |
testConstructor()
Test constructor and toString.
|
void |
testDependency()
Test dependency on variables.
|
void |
testDependency2()
Test dependency on variables.
|
void |
testEvaluation()
Test evaluation.
|
void |
testLcm()
Test lcm.
|
void |
testLcm2()
Test lcm.
|
void |
testRandom()
Test random integer.
|
void |
testRandom2()
Test random exp vector 2.
|
void |
testTdeg()
Test tdeg.
|
void |
testTdeg2()
Test tdeg.
|
void |
testWeightdeg()
Test weighted.
|
void |
testWeightdeg2()
Test weighted.
|
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
public ExpVectorTest(java.lang.String name)
ExpVectorTest
object.name
- String.public static void main(java.lang.String[] args)
public static junit.framework.Test suite()
protected void setUp()
setUp
in class junit.framework.TestCase
protected void tearDown()
tearDown
in class junit.framework.TestCase
public void testConstructor()
public void testBitLength()
public void testRandom()
public void testAddition()
public void testLcm()
public void testTdeg()
public void testWeightdeg()
public void testDependency()
public void testRandom2()
public void testAddition2()
public void testLcm2()
public void testTdeg2()
public void testWeightdeg2()
public void testDependency2()
public void testEvaluation()