|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.persistence.TestCriteria
public abstract class TestCriteria
A base class for Test Criteria.
Constructor Summary | |
---|---|
TestCriteria()
Create a test criteria. |
Method Summary | |
---|---|
protected void |
_init()
|
CompositeTest |
and(TestCriteria that)
Return a CompositeTest which is add of the test criteria. |
CompositeTest |
not()
Return a CompositeTest which is not of the test criteria. |
CompositeTest |
or(TestCriteria that)
Create a test criteria. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestCriteria()
Method Detail |
---|
public CompositeTest not()
public CompositeTest and(TestCriteria that)
public CompositeTest or(TestCriteria that)
protected void _init()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |