|
|||||||||
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 Test using JUnit
Field Summary | |
---|---|
(package private) ExpVector |
a
|
(package private) ExpVector |
b
|
(package private) ExpVector |
c
|
(package private) ExpVector |
d
|
(package private) TermOrder |
s
|
(package private) TermOrder |
t
|
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()
|
protected void |
tearDown()
|
void |
testAscendComparator()
Test ascend comparators |
void |
testAscendComparatorSplit()
Test ascend comparators split |
void |
testAscendComparatorWeightSplit()
Test ascend comparators weight and split |
void |
testCompare()
Test compare |
void |
testCompareException()
Test compare exception |
void |
testCompareExceptionSplit()
Test compare exception split |
void |
testCompareExceptionWeigth()
Test compare exception weight |
void |
testCompareSplit()
Test compare split TO |
void |
testCompareWeight()
Test compare weight |
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 |
Field Detail |
---|
ExpVector a
ExpVector b
ExpVector c
ExpVector d
TermOrder t
TermOrder s
Constructor Detail |
---|
public TermOrderTest(java.lang.String name)
TermOrderTest
object.
name
- StringMethod 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 testCompare()
public void testCompareWeight()
public void testCompareSplit()
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 |