Package edu.jas.poly
Class TermOrderByNameTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- edu.jas.poly.TermOrderByNameTest
-
- All Implemented Interfaces:
junit.framework.Test
public class TermOrderByNameTest extends junit.framework.TestCase
TermOrderByName tests with JUnit. Tests different names for TermOrders.- Author:
- Heinz Kredel
-
-
Constructor Summary
Constructors Constructor Description TermOrderByNameTest(java.lang.String name)Constructs aTermOrderByNameTestobject.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)main.protected voidsetUp()static junit.framework.Testsuite()suite.protected voidtearDown()voidtestAscendComparator()Test ascend comparators.voidtestAscendComparatorSplit()Test ascend comparators split.voidtestAscendComparatorWeightSplit()Test ascend comparators weight and split.voidtestCompareExceptionSplit()Test compare exception split.voidtestCompareExceptionWeigth()Test compare exception weight.voidtestCompareWeight()Test compare weight.voidtestCompareWeight2()Test compare weight 2 rows.voidtestConstructor()Test constructor and toString.voidtestConstructorSplit()voidtestConstructorWeight()Test constructor weight and toString.voidtestDescendComparator()Test descend comparators.voidtestDescendComparatorSplit()Test descend comparators split.voidtestDescendComparatorWeightSplit()Test descend comparators weight and split.-
Methods inherited from class junit.framework.TestCase
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
-
-
-
-
Constructor Detail
-
TermOrderByNameTest
public TermOrderByNameTest(java.lang.String name)
Constructs aTermOrderByNameTestobject.- Parameters:
name- String.
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
main.
-
suite
public static junit.framework.Test suite()
suite.
-
setUp
protected void setUp()
- Overrides:
setUpin classjunit.framework.TestCase
-
tearDown
protected void tearDown()
- Overrides:
tearDownin classjunit.framework.TestCase
-
testConstructor
public void testConstructor()
Test constructor and toString.
-
testConstructorSplit
public void testConstructorSplit()
-
testConstructorWeight
public void testConstructorWeight()
Test constructor weight and toString.
-
testCompareWeight
public void testCompareWeight()
Test compare weight.
-
testCompareWeight2
public void testCompareWeight2()
Test compare weight 2 rows.
-
testAscendComparator
public void testAscendComparator()
Test ascend comparators.
-
testAscendComparatorSplit
public void testAscendComparatorSplit()
Test ascend comparators split.
-
testAscendComparatorWeightSplit
public void testAscendComparatorWeightSplit()
Test ascend comparators weight and split.
-
testDescendComparator
public void testDescendComparator()
Test descend comparators.
-
testDescendComparatorSplit
public void testDescendComparatorSplit()
Test descend comparators split.
-
testDescendComparatorWeightSplit
public void testDescendComparatorWeightSplit()
Test descend comparators weight and split.
-
testCompareExceptionSplit
public void testCompareExceptionSplit()
Test compare exception split.
-
testCompareExceptionWeigth
public void testCompareExceptionWeigth()
Test compare exception weight.
-
-