|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
edu.jas.poly.TermOrderTest
public class TermOrderTest
TermOrder tests with JUnit. Tests also ExpVector comparisons.
Constructor Summary | |
---|---|
TermOrderTest(java.lang.String name)
Constructs a TermOrderTest object. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
main. |
protected void |
setUp()
|
static junit.framework.Test |
suite()
suite. |
protected void |
tearDown()
|
void |
testAscendComparator()
Test ascend comparators. |
void |
testAscendComparatorSplit()
Test ascend comparators split. |
void |
testAscendComparatorWeightSplit()
Test ascend comparators weight and split. |
void |
testCompareException()
Test compare exception. |
void |
testCompareExceptionSplit()
Test compare exception split. |
void |
testCompareExceptionWeigth()
Test compare exception weight. |
void |
testCompareWeight()
Test compare weight. |
void |
testCompareWeight2()
Test compare weight 2 rows. |
void |
testCompareWeightSplit()
Test compare weight split. |
void |
testConstructor()
Test constructor and toString. |
void |
testConstructorSplit()
Test constructor, split TO. |
void |
testConstructorWeight()
Test constructor weight and toString. |
void |
testDescendComparator()
Test descend comparators. |
void |
testDescendComparatorSplit()
Test descend comparators split. |
void |
testDescendComparatorWeightSplit()
Test descend comparators weight and split. |
void |
testException()
Test exception. |
void |
testExceptionSplit()
Test exception split. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TermOrderTest(java.lang.String name)
TermOrderTest
object.
name
- String.Method Detail |
---|
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 testConstructorSplit()
public void testConstructorWeight()
public void testCompareWeight()
public void testCompareWeight2()
public void testCompareWeightSplit()
public void testAscendComparator()
public void testAscendComparatorSplit()
public void testAscendComparatorWeightSplit()
public void testDescendComparator()
public void testDescendComparatorSplit()
public void testDescendComparatorWeightSplit()
public void testException()
public void testExceptionSplit()
public void testCompareException()
public void testCompareExceptionSplit()
public void testCompareExceptionWeigth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |