gate.jape.constraint
Class ComparablePredicateTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by gate.jape.constraint.ComparablePredicateTest
All Implemented Interfaces:
junit.framework.Test

public class ComparablePredicateTest
extends junit.framework.TestCase

Author:
philipgooch

Nested Class Summary
 class ComparablePredicateTest.ComparablePredicateImpl
           
 
Constructor Summary
ComparablePredicateTest(String testName)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testCompareValue()
          Test of compareValue method, of class ComparablePredicate.
 void testDoMatch_Object_AnnotationSet()
          Test of doMatch method, of class ComparablePredicate.
 void testDoMatch_Object()
          Test of doMatch method, of class ComparablePredicate.
 void testSetValue()
          Test of setValue method, of class ComparablePredicate.
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComparablePredicateTest

public ComparablePredicateTest(String testName)
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testSetValue

public void testSetValue()
Test of setValue method, of class ComparablePredicate.


testDoMatch_Object_AnnotationSet

public void testDoMatch_Object_AnnotationSet()
                                      throws Exception
Test of doMatch method, of class ComparablePredicate.

Throws:
Exception

testDoMatch_Object

public void testDoMatch_Object()
                        throws Exception
Test of doMatch method, of class ComparablePredicate.

Throws:
Exception

testCompareValue

public void testCompareValue()
                      throws Exception
Test of compareValue method, of class ComparablePredicate.

Throws:
Exception